From 7f2b129d9be489d930b204fffccd9723309975e7 Mon Sep 17 00:00:00 2001 From: Sergey Silkin Date: Fri, 29 Dec 2023 12:13:21 +0100 Subject: [PATCH] Increase max_num_headers from 100 to 300 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 76653e1..b71457d 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ 'file': null, 'file_length': 0, 'file_pos': 0, - 'max_num_headers': 100, + 'max_num_headers': 300, 'num_headers': 0, };