Skip to content

Releases: nodejs/llhttp

v6.0.2

12 May 21:59
Compare
Choose a tag to compare

Fixes:

  • 9e8debf - fix Content-Length handling on 32bit platforms

v4.1.1

12 May 21:59
Compare
Choose a tag to compare

Fixes:

  • dc4316a - fix Content-Length handling on 32bit platforms

v6.0.1

22 Apr 16:34
Compare
Choose a tag to compare

Fixes:

  • 1340b32 api: allow returning -1 in spans, doc HPE_USER
  • 3f85eb7 c-headers: do not list PRI as a valid HTTP method

v6.0.0

17 Apr 17:17
Compare
Choose a tag to compare

Major changes:

  • 25c6ea4 api: limit HTTP_METHOD_MAP to HTTP methods

Patch hanges:

  • eae3a7a readme: add a link to api.h for better guidance

v5.1.0

06 Apr 16:12
Compare
Choose a tag to compare

Minor changes (breaking bugfixes):

  • 374434d - http: PRI upgrade should return PAUSED_H2_UPGRADE

v4.1.0

06 Apr 16:11
Compare
Choose a tag to compare

Minor changes (breaking bugfixes):

  • 374434d - http: PRI upgrade should return PAUSED_H2_UPGRADE

v5.0.0

04 Apr 05:43
Compare
Choose a tag to compare

Breaking changes:

  • cc5adf3 - api: introduce llhttp_set_lenient_keep_alive

Feature changes:

  • a620012 - src: wasm build support

v4.0.0

16 Feb 18:41
Compare
Choose a tag to compare

Major changes:

v3.0.1

16 Feb 18:47
Compare
Choose a tag to compare

Major changes:

v3.0.0

30 Nov 19:40
Compare
Choose a tag to compare

Major API changes:

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