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.
http1_header_read_timeout
1 parent b2052a4 commit c5a14e7Copy full SHA for c5a14e7
src/proto/h1/role.rs
@@ -79,7 +79,7 @@ where
79
if !*ctx.h1_header_read_timeout_running {
80
if let Some(h1_header_read_timeout) = ctx.h1_header_read_timeout {
81
let deadline = Instant::now() + h1_header_read_timeout;
82
-
+ *ctx.h1_header_read_timeout_running = true;
83
match ctx.h1_header_read_timeout_fut {
84
Some(h1_header_read_timeout_fut) => {
85
debug!("resetting h1 header read timeout timer");
0 commit comments