Commit 499171b
http2: fix no response event on continue request
When sending a continue request, server response with null,
it does not fires the response event type
Fixes: #38258
PR-URL: #41739
Refs: #38561
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent bee4451 commit 499171bCopy full SHA for 499171b
File tree
Expand file treeCollapse file tree
2 files changed
+75
-35
lines changedOpen diff view settings
Filter options
- lib/internal/http2
- test/parallel
Expand file treeCollapse file tree
2 files changed
+75
-35
lines changedOpen diff view settings
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
394 | 394 | |
395 | 395 | |
396 | 396 | |
397 | | - |
398 | | - |
| 397 | + |
399 | 398 | |
400 | 399 | |
401 | 400 | |
|
Collapse file
test/parallel/test-http2-compat-expect-continue.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-compat-expect-continue.js+74-33Lines changed: 74 additions & 33 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
| 10 | + |
10 | 11 | |
11 | | - |
12 | | - |
13 | | - |
| 12 | + |
| 13 | + |
| 14 | + |
14 | 15 | |
15 | | - |
| 16 | + |
16 | 17 | |
17 | | - |
| 18 | + |
18 | 19 | |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
23 | 29 | |
24 | | - |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
25 | 35 | |
26 | | - |
27 | | - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
28 | 40 | |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
34 | 47 | |
35 | | - |
36 | | - |
37 | | - |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
38 | 55 | |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
39 | 63 | |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
| 64 | + |
| 65 | + |
45 | 66 | |
46 | 67 | |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
52 | | - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
53 | 94 | |
54 | | - |
| 95 | + |
0 commit comments