| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| http2_adapter 2.9.0 source code.tar.gz | 2026-09-04 | 3.2 MB | |
| http2_adapter 2.9.0 source code.zip | 2026-09-04 | 3.4 MB | |
| README.md | 2026-09-04 | 803 Bytes | |
| Totals: 3 Items | 6.6 MB | 0 | |
## What's new
- Expose
supportedProtocolsonConnectionManager(defaults to['h2'], fully backwards-compatible). Setting it to['h2', 'http/1.1']fixesfallbackAdaptersilently never firing against RFC 7301-compliant servers that abort the TLS handshake withno_application_protocolwhen onlyh2is advertised. - Fix socket leak: when
DioH2NotSupportedExceptionis thrown after a successful TLS handshake (server selectedhttp/1.1instead ofh2), theSecureSocketis now explicitly destroyed before routing tofallbackAdapter, rather than being abandoned. - Deprecate the misspelled
ConnectionManager.handshakeTimoutparameter in favor of the correctly spelledhandshakeTimeout; the deprecated alias keeps working and is scheduled for removal in 3.0.0.