Skip to content

Commit

Permalink
Increase max_num_headers from 100 to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilkin committed Dec 29, 2023
1 parent 23962d7 commit 7f2b129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'file': null,
'file_length': 0,
'file_pos': 0,
'max_num_headers': 100,
'max_num_headers': 300,
'num_headers': 0,
};

Expand Down

0 comments on commit 7f2b129

Please sign in to comment.