H2 Versions Save

HTTP 2.0 client & server implementation for Rust.

v0.4.4

1 month ago

Fixes

  • Limit number of CONTINUATION frames for misbehaving connections.

See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.

v0.3.26

1 month ago

What's Changed

  • Limit number of CONTINUATION frames for misbehaving connections.

See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.

v0.4.3

2 months ago

What's Changed

  • Fix flow control limits to not apply until receiving SETTINGS ack.
  • Fix not returning an error if IO ended without close_notify.
  • Improve performance of decoding many headers.

New Contributors

Full Changelog: https://github.com/hyperium/h2/compare/v0.4.2...v0.4.3

v0.3.25

2 months ago

What's Changed

Full Changelog: https://github.com/hyperium/h2/compare/v0.3.24...v0.3.25

v0.4.2

3 months ago

What's Changed

  • Limit error resets for misbehaving connections.
  • Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially.

New Contributors

v0.3.24

3 months ago

Fixed

  • Limit error resets for misbehaving connections.

v0.3.23

4 months ago

What's Changed

v0.4.1

4 months ago

What's Changed

New Contributors

v0.4.0

4 months ago

What's Changed

v0.3.22

6 months ago

What's Changed

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.

New Contributors