Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@seanmonstar seanmonstar released this 30 Aug 22:03
· 23 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