mirror of
https://github.com/nodejs/http-parser.git
synced 2025-10-17 16:22:32 +08:00
style nit
This commit is contained in:
@@ -60,7 +60,10 @@
|
||||
'defines': [ 'HTTP_PARSER_STRICT=0' ],
|
||||
'include_dirs': [ '.' ],
|
||||
},
|
||||
'defines': [ 'HTTP_MAX_HEADER_SIZE=<(http_max_header_size)', 'HTTP_PARSER_STRICT=0' ],
|
||||
'defines': [
|
||||
'HTTP_MAX_HEADER_SIZE=<(http_max_header_size)',
|
||||
'HTTP_PARSER_STRICT=0'
|
||||
],
|
||||
'sources': [ './http_parser.c', ],
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
@@ -83,7 +86,10 @@
|
||||
'defines': [ 'HTTP_PARSER_STRICT=1' ],
|
||||
'include_dirs': [ '.' ],
|
||||
},
|
||||
'defines': [ 'HTTP_MAX_HEADER_SIZE=<(http_max_header_size)', 'HTTP_PARSER_STRICT=1' ],
|
||||
'defines': [
|
||||
'HTTP_MAX_HEADER_SIZE=<(http_max_header_size)',
|
||||
'HTTP_PARSER_STRICT=1'
|
||||
],
|
||||
'sources': [ './http_parser.c', ],
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
|
Reference in New Issue
Block a user