Skip to content

Commit 38fa832

Browse files
committed
Fix a typo
1 parent 185235b commit 38fa832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http_server_proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async fn main(mut server_req: Request<IncomingBody>, responder: Responder) -> Fi
5252
.map_err(|_http_err| {
5353
std::io::Error::new(
5454
std::io::ErrorKind::InvalidData,
55-
"Failed to read HTTP request body",
55+
"Failed write the HTTP request body",
5656
)
5757
})
5858
.and(res)

0 commit comments

Comments
 (0)