0.2.0 2019-04-06
- h2: Fix false negative related to receiving trailer headers with CONTINUATION frames (#11)
- hpack: Fix bug where trying to add an entry to an HPACK dynamic table with 0 capacity resulted in an out-of-bounds array access (#13, #35)
- h2: Add support for the 421 (Misdirected Request) status code as per RFC7540ยง9.1.2 (#15)
- h2, h2-lwt, h2-lwt-unix, h2-mirage: Add an HTTP/2 client implementation (#16)
- h2: Remove dependency on the
result package (#18) - h2: Track SETTINGS frames that haven't been acknowledged by the peer (#22)
- h2: Don't treat
CONNECT requests as malformed (#32, #34) - h2: Respect the initial MAX_FRAME_SIZE setting when allocating the underlying buffer for the frame writer (#34)
0.1.0 2019-03-27