v0.3.1
- 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.