Skip to content

Releases: nodejs/llhttp

v3.0.0

30 Nov 19:40

Choose a tag to compare

Major API changes:

  • 015e155 - api: LENIENT_CHUNKED_LENGTH
  • 4cc13c0 - http: add additional completion callbacks

v2.2.0

18 Oct 18:12

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

Choose a tag to compare

Changelog:

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

v2.1.2

18 Oct 18:10

Choose a tag to compare

Changelog:

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

v2.1.1

18 Oct 18:10

Choose a tag to compare

Changelog:

  • 3b6ea4a - generate: fix strict mode define

v2.1.0

18 Oct 18:10

Choose a tag to compare

Changelog:

  • afe7356 - release: switch between modes using define

v2.0.5

18 Oct 18:09

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

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

Choose a tag to compare

Changelog:

  • Update dependencies

v2.0.2

18 Oct 18:08

Choose a tag to compare

Changelog:

  • df5f3ab - disallow empty Content-Length