hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Use a generic Timer to implement the timeouts and intervals

Open seanmonstar opened this issue 2 years ago • 1 comments

After adding a generic T: Timer, update the uses of tokio::time to use the generic timer instead.

  • [ ] HTTP/2 keep-alive interval
  • [ ] HTTP/2 keep-alive timeout
  • [ ] HTTP/1 read headers timeout

seanmonstar avatar May 20 '22 17:05 seanmonstar

I'll look to take on the timer series of issues (#2847, #2846, #2848, #2857).

Robert-Cunningham avatar Jun 23 '22 01:06 Robert-Cunningham