Skip to content

v1.8.0

Choose a tag to compare

@seanmonstar seanmonstar released this 30 Aug 22:03
· 64 commits to master since this release

Features

  • Adds ParserConfig::ignore_invalid_headers_in_response(bool) that allows skipping invalid header lines instead of returning an error (fixes #61, #83) by @nox in #114

Performance

  • ~10% improvement on short requests due to faster version parser by @AaronO in #120

New Contributors