We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6600d1 commit 25f2df4Copy full SHA for 25f2df4
deps/http_parser/http_parser.gyp
@@ -56,7 +56,7 @@
56
'defines': [ 'HTTP_PARSER_STRICT=0' ],
57
'include_dirs': [ '.' ],
58
},
59
- 'defines': [ 'HTTP_PARSER_STRICT=0' ],
+ 'defines': [ 'HTTP_MAX_HEADER_SIZE=8192', 'HTTP_PARSER_STRICT=0' ],
60
'sources': [ './http_parser.c', ],
61
'conditions': [
62
['OS=="win"', {
@@ -79,7 +79,7 @@
79
'defines': [ 'HTTP_PARSER_STRICT=1' ],
80
81
82
- 'defines': [ 'HTTP_PARSER_STRICT=1' ],
+ 'defines': [ 'HTTP_MAX_HEADER_SIZE=8192', 'HTTP_PARSER_STRICT=1' ],
83
84
85
0 commit comments