Releases: szmarczak/http2-wrapper
Releases · szmarczak/http2-wrapper
v2.1.3
- Fix
agent
not accepting false
in types e8dbe99
v2.1.2
- Fix default computedOptions in Agent f594014
v2.1.0
- Make it possible to mitigate the ALPN negotiation IP leak
v2.0.9
- Fix
CONNECT
behavior in ClientRequest
ebcb809
Previously http2.request
would automatically end the CONNECT
stream making it unusable.
Furthermore, request.path
will now correctly return the :authority
header.
v2.0.8
TypeScript fixes
- Add missing
agent
property in RequestOptions
40292c6
v2.0.7
- Fixed typings (I accidentally broke them in v2.0.6)
v2.0.6
- Omit
connection: keep-alive
header 93f36ef
- Fixed linting
v2.0.4
Up to 64x throughput
Example latency: 20ms
Session: 1600 MB/s (12.8 Gbps)
Stream: 200 MB/s (1.6 Gbps)
Example latency: 250ms
Session: 128 MB/s (1 Gbps)
Stream: 16 MB/s (128 Mbps)
23ff7f7