The new time-manager API removes Handles immediately upon cancel, rather than relying on a timeout to occur. This effects http2 since servers processing many streams with a very long timeout will no longer accumulate Handles, as the Handles will be removed immediately when the stream is closed.
This PR bumps the time-manager dependency to include these changes and bumps the http2 version to 5.2.1.
The new time-manager API removes
Handle
s immediately uponcancel
, rather than relying on a timeout to occur. This effects http2 since servers processing many streams with a very long timeout will no longer accumulateHandle
s, as theHandle
s will be removed immediately when the stream is closed.This PR bumps the time-manager dependency to include these changes and bumps the http2 version to 5.2.1.