refactor(http2): re-enable http2 client and server support
This commit is contained in:
@@ -29,7 +29,7 @@ futures-util-preview = { version = "0.3.0-alpha.17" }
|
||||
http = "0.1.15"
|
||||
http-body = "0.1"
|
||||
httparse = "1.0"
|
||||
h2 = "0.1.10"
|
||||
h2 = { git = "https://github.com/hyperium/h2" }
|
||||
iovec = "0.1"
|
||||
itoa = "0.4.1"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user