RoutingDsl::or
causes HTTP/2 requests to hang
#191
Labels
Milestone
RoutingDsl::or
causes HTTP/2 requests to hang
#191
Bug Report
Version
#108 and after.
Platform
Linux 4.19.0-17-amd64 #1 SMP Debian 4.19.194-1 (2021-06-10) x86_64 GNU/Linux
Crates
dev-dependencies
inCargo.toml
Description
When running tls example any request to non-matching route cause hanging when using
http2
protocol.I ran tls example using
cargo run --example tls_rustls
.Then I ran
curl -k https://localhost:3000/asdasd
in a separate tab. That did not return as expected.After last command, I ran
curl -k --http1.1 https://localhost:3000/asdasd
. That returned nothing(404 status code) as expected.The text was updated successfully, but these errors were encountered: