perf(h1): reduce clock checks for date rendering when pipelined
This commit is contained in:
@@ -89,6 +89,7 @@ where
|
||||
}
|
||||
|
||||
fn poll_inner(&mut self, should_shutdown: bool) -> Poll<(), ::Error> {
|
||||
T::update_date();
|
||||
loop {
|
||||
self.poll_read()?;
|
||||
self.poll_write()?;
|
||||
|
||||
Reference in New Issue
Block a user