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 37e4ece commit c699364Copy full SHA for c699364
stackslib/src/net/httpcore.rs
@@ -1907,7 +1907,7 @@ pub fn send_http_request(
1907
if Instant::now().saturating_duration_since(start) > timeout {
1908
return Err(io::Error::new(
1909
io::ErrorKind::WouldBlock,
1910
- "Timed out while receiving request",
+ "Timed out while sending request",
1911
));
1912
}
1913
// Heartbeat log
@@ -1960,7 +1960,7 @@ pub fn send_http_request(
1960
1961
1962
1963
+ "Timed out while receiving response",
1964
1965
1966
0 commit comments