feat(server): support HTTP1 and HTTP2 automatically
If an HTTP/1 connection has a parse error, but it starts with the HTTP2 preface, converts the connection automatically into an HTTP2 server connection. Closes #1486
This commit is contained in:
@@ -45,6 +45,7 @@ num_cpus = "1.0"
|
||||
pretty_env_logger = "0.2.0"
|
||||
spmc = "0.2"
|
||||
url = "1.0"
|
||||
tokio-mockstream = "1.1.0"
|
||||
|
||||
[features]
|
||||
default = [
|
||||
|
||||
Reference in New Issue
Block a user