Commit 54aafa1
test: http complete list of non-concat headers
The original test was only testing some of the headers that shouldn't be
concatenated as per lib/_http_incoming.js, so now the full list is
there.
'content-length` gives a parse error if you set it to a string, so the
test for that header uses numbers.
PR-URL: #3930
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent def681a commit 54aafa1Copy full SHA for 54aafa1
File tree
Expand file treeCollapse file tree
1 file changed
+17
-1
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+17
-1
lines changedOpen diff view settings
Collapse file
test/parallel/test-http-response-multiheaders.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-response-multiheaders.js+17-1Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
| 8 | + |
| 9 | + |
8 | 10 | |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
9 | 22 | |
10 | 23 | |
11 | 24 | |
| ||
17 | 30 | |
18 | 31 | |
19 | 32 | |
| 33 | + |
20 | 34 | |
21 | 35 | |
22 | 36 | |
23 | 37 | |
24 | 38 | |
25 | 39 | |
| 40 | + |
26 | 41 | |
27 | 42 | |
28 | 43 | |
| ||
44 | 59 | |
45 | 60 | |
46 | 61 | |
| 62 | + |
47 | 63 | |
48 | 64 | |
49 | 65 | |
|
0 commit comments