We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64af13e commit fd226f7Copy full SHA for fd226f7
src/error.rs
@@ -511,7 +511,7 @@ impl Error {
511
any(feature = "client", feature = "server"),
512
feature = "http2"
513
))]
514
- Kind::User(User::InvalidConnectWithBody) => " user sent connect request with non-zero body via HTTP/2",
+ Kind::User(User::InvalidConnectWithBody) => "user sent CONNECT request with non-zero body",
515
Kind::User(User::Service) => "error from user's Service",
516
#[cfg(any(feature = "http1", feature = "http2"))]
517
#[cfg(feature = "server")]
0 commit comments