Skip to content

v6.7.11

Choose a tag to compare

@github-actions github-actions released this 26 Aug 16:25
· 11 commits to main since this release
88ebe4a

6.7.11 (2026-08-26)

Bug Fixes

  • http: declare UTF-8 charset for JSON and SSE responses (cb11a4d)
  • http: end the committed response instead of reporting it unhandled (48721a0)
  • http: guard the standalone GET stream handleRequest against unhandled rejection (aa395e8)
  • http: guard writeHead in the stream POST error path against headers already sent (627f444)
  • http: pause the request stream when the body overflows the cap (743529f)