| 444 | } |
| 445 | |
| 446 | inline void |
| 447 | Http2Stream::_clear_timers() |
| 448 | { |
| 449 | _timeout.cancel_active_timeout(); |
| 450 | _timeout.cancel_inactive_timeout(); |
| 451 | } |
| 452 | |
| 453 | inline void |
| 454 | Http2Stream::update_read_length(int count) |
nothing calls this directly
no test coverage detected