Skip to content

Commit

Permalink
fix(cli): allow HTTP header up to 32k
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu authored and fhussonnois committed Sep 12, 2024
1 parent 7f66d57 commit 384a1b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ micronaut:
idle-timeout: 60m
netty:
max-chunk-size: 10MB
max-header-size: 32768 # increased from the default of 8k
responses:
file:
cache-seconds: 86400
Expand Down

0 comments on commit 384a1b8

Please sign in to comment.