Skip to content

v1.0.2

Choose a tag to compare

@mrrubinos mrrubinos released this 15 Jun 07:26
· 21 commits to main since this release
0e0de88

Changed

  • Listen sockets set {send_timeout_close, true} so a send that hits
    send_timeout closes the socket instead of leaving it half-dead

Fixed

  • Reject an incomplete HTTP/1.1 request head as header_too_large once
    the buffered input exceeds max_header_size plus an 8 KiB
    request-line allowance, bounding both memory and the repeated rescan
    of the unparsed tail
  • Apply the same max_header_size budget to incomplete chunked trailer
    sections
  • Reject chunk-size lines longer than 1 KiB as invalid_chunk_size

Full Changelog: v1.0.1...v1.0.2