Skip to content

Commit

Permalink
Update max-prologue-length from 2048 to 4096 to align with 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt committed Jul 18, 2024
1 parent c1ea59f commit 21c63dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ interface Http1ConfigBlueprint extends ProtocolConfig {
* @return maximal size in bytes
*/
@Option.Configured
@Option.DefaultInt(2048)
@Option.DefaultInt(4096)
int maxPrologueLength();

/**
Expand Down

0 comments on commit 21c63dd

Please sign in to comment.