Skip to content

Commit

Permalink
Fix: Increase max header count from 30 to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Nov 19, 2024
1 parent 9a14e13 commit c25b1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This is a small maintenance release.
- Upd: bootstrap.native 5.1 #1372
- Upd: Improve local playback
- Fix: Support "contains" and "starts_with" sticker operators
- Fix: Increase max header count from 30 to 50

***

Expand Down
1 change: 1 addition & 0 deletions dist/mongoose/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ target_compile_options(mongoose
"-DMG_ENABLE_DIRLIST=1"
"-DMG_ENABLE_SSI=0"
"-DMG_TLS=MG_TLS_OPENSSL"
"-DMG_MAX_HTTP_HEADERS=50"
)

if(CMAKE_BUILD_TYPE MATCHES "(Debug|Release|RelWithDebInfo|MinSizeRel)")
Expand Down

0 comments on commit c25b1b9

Please sign in to comment.