What's new
- Fix inconsistent cache key format in
_ConnectionManagerbetweengetConnection()and_connect(),
which caused_transportsMap.remove()to fail silently during idle timeout cleanup and led to memory leaks. - Add
handshakeTimeout(defaults to 15 seconds) to theConnectionManagerto prevent long waiting
if there's something wrong with the handshake procedure. - Provides
httpVersioninResponse.extra.