What's Changed
- Add
ClientBuilder::connector_layer()
to allow customizing the connector stack. by @jlizen in #2496 - Add
ClientBuilder::http2_max_header_list_size()
option by @DSharifi in #2465 - Fix decompression of chunked bodies so the connections can be reused more often by @Andrey36652 in #2484
- Fix propagating body size hint (
content-length
) information when wrapping bodies by @seanmonstar in #2503
New Contributors
- @DSharifi made their first contribution in #2465
- @gretchenfrage made their first contribution in #2464
- @hsivonen made their first contribution in #2470
- @ovnicraft made their first contribution in #2469
- @Nuhvi made their first contribution in #2473
- @caojen made their first contribution in #2488
- @Andrey36652 made their first contribution in #2484
- @jlizen made their first contribution in #2499
Thanks
Full Changelog: v0.12.9...v0.12.10