Skip to content

v0.14.24

Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 02 Feb 14:43
· 342 commits to master since this release

Bug Fixes

  • body: set an internal max to reserve in to_bytes (4d89adce)
  • server: prevent sending 100-continue if user drops request body (#3138) (92443d7e)

Features

  • http2: add http2_max_header_list_size to hyper::server::Builder (#3006) (031425f0)

New Contributors