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 185235b commit 38fa832Copy full SHA for 38fa832
examples/http_server_proxy.rs
@@ -52,7 +52,7 @@ async fn main(mut server_req: Request<IncomingBody>, responder: Responder) -> Fi
52
.map_err(|_http_err| {
53
std::io::Error::new(
54
std::io::ErrorKind::InvalidData,
55
- "Failed to read HTTP request body",
+ "Failed write the HTTP request body",
56
)
57
})
58
.and(res)
0 commit comments