Commit 954a4b4
committed
deps: update to http-parser 2.6.2
Fixes http-parser regression with IS_HEADER_CHAR check
Add test case for obstext characters (> 0x80) is header
PR-URL: #5237
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>1 parent de91e9a commit 954a4b4Copy full SHA for 954a4b4
File tree
Expand file treeCollapse file tree
5 files changed
+23
-5
lines changedOpen diff view settings
Filter options
- deps/http_parser
- test/parallel
Expand file treeCollapse file tree
5 files changed
+23
-5
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
|
Collapse file
deps/http_parser/http_parser.c
Copy file name to clipboardExpand all lines: deps/http_parser/http_parser.c+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
440 | 440 | |
441 | 441 | |
442 | 442 | |
443 | | - |
| 443 | + |
444 | 444 | |
445 | 445 | |
446 | 446 | |
|
Collapse file
deps/http_parser/http_parser.h
Copy file name to clipboardExpand all lines: deps/http_parser/http_parser.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | 33 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3356 | 3356 | |
3357 | 3357 | |
3358 | 3358 | |
3359 | | - |
| 3359 | + |
3360 | 3360 | |
3361 | 3361 | |
3362 | 3362 | |
|
Collapse file
test/parallel/test-http-header-obstext.js
Copy file name to clipboard+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
0 commit comments