Skip to content

http-parser version 0.8.2 has been released

Compare
Choose a tag to compare
@benoitc benoitc released this 30 Aug 11:42
· 53 commits to master since this release

http-parser version 0.8.2 has been released. This is a bug fix release, some minor features have also been added:

Changes

  • add: header_only option to the C parser.
  • add: parser_class argument to the HttpStream object to test different parsers and eventually force the type of the parser used.
  • add: expose C parser errors in get_errno function.
  • fix: on_message_complete when the socket has closed immediately
  • fix: HttpParser.get_headers() when repeated or continuation headers appear.
  • fix: HttpParser.get_method() now return a native string on Python3
  • fix: deflate compression with some servers

More

Latest version is also available on Pypi:

https://pypi.python.org/pypi/http-parser/0.8.2