Skip to content

Releases: nodejs/llhttp

v2.2.0

18 Oct 18:12
Compare
Choose a tag to compare

Changelog:

  • 0b0772c - constants: add RTSP/RAOP methods
  • dd7f9fe - api: add a comment about settings lifetime

v2.1.3

18 Oct 18:11
Compare
Choose a tag to compare

Changelog:

  • 883d9dd - http: 0xFF is a valid character in header value

v2.1.2

18 Oct 18:10
Compare
Choose a tag to compare

Changelog:

  • 9d9da1d - http: use safe toLower() for selected nodes

v2.1.1

18 Oct 18:10
Compare
Choose a tag to compare

Changelog:

  • 3b6ea4a - generate: fix strict mode define

v2.1.0

18 Oct 18:10
Compare
Choose a tag to compare

Changelog:

  • afe7356 - release: switch between modes using define

v2.0.5

18 Oct 18:09
Compare
Choose a tag to compare

Changelog:

  • 422a402 - constants: add PRI method to the list of methods
  • b6727b2 - make: add install target

v2.0.4

18 Oct 18:09
Compare
Choose a tag to compare

Changelog:

  • e19af78 - http: support multi-coding Transfer-Encoding
  • bfd528c - src: new error code INVALID_TRANSFER_ENCODING

v2.0.3

18 Oct 18:08
Compare
Choose a tag to compare

Changelog:

  • Update dependencies

v2.0.2

18 Oct 18:08
Compare
Choose a tag to compare

Changelog:

  • df5f3ab - disallow empty Content-Length

v2.0.1

18 Oct 18:07
Compare
Choose a tag to compare

Changelog:

  • 5f29a33 - http: keep F_LENIENT between messages