| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent af5c489 commit 614ce0c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -56,7 +56,7 @@ | |||
| 56 | 56 | 'defines': [ 'HTTP_PARSER_STRICT=0' ], | |
| 57 | 57 | 'include_dirs': [ '.' ], | |
| 58 | 58 | }, | |
| 59 | - 'defines': [ 'HTTP_PARSER_STRICT=0' ], | ||
| 59 | + 'defines': [ 'HTTP_MAX_HEADER_SIZE=8192', 'HTTP_PARSER_STRICT=0' ], | ||
| 60 | 60 | 'sources': [ './http_parser.c', ], | |
| 61 | 61 | 'conditions': [ | |
| 62 | 62 | ['OS=="win"', { | |
@@ -79,7 +79,7 @@ | |||
| 79 | 79 | 'defines': [ 'HTTP_PARSER_STRICT=1' ], | |
| 80 | 80 | 'include_dirs': [ '.' ], | |
| 81 | 81 | }, | |
| 82 | - 'defines': [ 'HTTP_PARSER_STRICT=1' ], | ||
| 82 | + 'defines': [ 'HTTP_MAX_HEADER_SIZE=8192', 'HTTP_PARSER_STRICT=1' ], | ||
| 83 | 83 | 'sources': [ './http_parser.c', ], | |
| 84 | 84 | 'conditions': [ | |
| 85 | 85 | ['OS=="win"', { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments