v0.3.1
版本发布时间: 2021-03-25 08:42:39
hyperium/h2最新发布版本:v0.4.6(2024-08-19 23:52:23)
- Add
Connection::max_concurrent_recv_streams()
getter. - Add
Connection::max_concurrent_send_streams()
getter. - Fix client to ignore receipt of 1xx headers frames.
- Fix incorrect calculation of pseudo header lengths when determining if a received header is too big.
- Reduce monomorphized code size of internal code.