Skip to content

Commit

Permalink
Release 3.8.0, having implemented a 16 K limit on headers (see #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed May 8, 2023
1 parent d7e99d3 commit 1e2f1a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Web change log

## ?.?.? / ????-??-??

## 3.8.0 / 2023-05-08

* Merged PR #101: Limit request size (status line and headers) to 16 K.
This prevents potential out-of-memory scenarios when too many parallel
requests transmit huge lists of headers slowly. See issue #100 for the
motivation and how other server implementations handle this
(@thekid)
* Merged PR #99: Migrate to new testing library - @thekid

## 3.7.0 / 2022-11-19
Expand Down

0 comments on commit 1e2f1a5

Please sign in to comment.