feat(http2): Implement Client-side CONNECT support over HTTP/2 (#2523)
Closes #2508
This commit is contained in:
@@ -31,7 +31,7 @@ http = "0.2"
|
||||
http-body = "0.4"
|
||||
httpdate = "1.0"
|
||||
httparse = "1.4"
|
||||
h2 = { version = "0.3", optional = true }
|
||||
h2 = { version = "0.3.3", optional = true }
|
||||
itoa = "0.4.1"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
pin-project = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user