style(http1): correct indentation
Minor reformatting of single block.
This commit is contained in:
committed by
Sean McArthur
parent
e8cccce0c1
commit
f44f7265e0
@@ -83,14 +83,15 @@ where
|
|||||||
Some(h1_header_read_timeout_fut) => {
|
Some(h1_header_read_timeout_fut) => {
|
||||||
debug!("resetting h1 header read timeout timer");
|
debug!("resetting h1 header read timeout timer");
|
||||||
h1_header_read_timeout_fut.as_mut().reset(deadline);
|
h1_header_read_timeout_fut.as_mut().reset(deadline);
|
||||||
},
|
}
|
||||||
None => {
|
None => {
|
||||||
debug!("setting h1 header read timeout timer");
|
debug!("setting h1 header read timeout timer");
|
||||||
*ctx.h1_header_read_timeout_fut = Some(Box::pin(tokio::time::sleep_until(deadline)));
|
*ctx.h1_header_read_timeout_fut =
|
||||||
|
Some(Box::pin(tokio::time::sleep_until(deadline)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
T::parse(bytes, ctx)
|
T::parse(bytes, ctx)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user