v0.14.16
版本发布时间: 2021-12-10 02:20:42
hyperium/hyper最新发布版本:v1.4.1(2024-07-09 21:41:48)
Features
-
http2: add
http2_max_send_buf_size
option to client and server (bff977b7) - server: add HTTP/1 header read timeout option (#2675) (842c6553, closes #2457)
Bug Fixes
- http1: return 414 when URI contains more than 65534 characters (#2706) (5f938fff, closes #2701)
-
http2: received
Body::size_hint()
now return 0 if implicitly empty (#2715) (84b78b6c) - server: use case-insensitive comparison for Expect: 100-continue (#2709) (7435cc33, closes #2708)
New Contributors
- @rajing made their first contribution in https://github.com/hyperium/hyper/pull/2706
- @JonathanMurray made their first contribution in https://github.com/hyperium/hyper/pull/2709