| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| http2_adapter 2.7.0 source code.tar.gz | 2026-03-02 | 3.1 MB | |
| http2_adapter 2.7.0 source code.zip | 2026-03-02 | 3.3 MB | |
| README.md | 2026-03-02 | 439 Bytes | |
| Totals: 3 Items | 6.5 MB | 0 | |
## 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.