Commit d29fbc0
deps: fix integration issues with the latest nghttp2
This is a set of src & tests fixes for nghttp2 due to changes in
v1.67.0+ which require a selection of changes to how we handle
low-level protocol errors when using the latest versions of nghttp2,
changing both some src error handling and updating some tests to match.
Signed-off-by: Tim Perry <pimterry@gmail.com>
PR-URL: #62891
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 537825a commit d29fbc0Copy full SHA for d29fbc0
7 files changed
+177-30Lines changed: 177 additions & 30 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- test/parallel
- tools/nix
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+31Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1265 | 1265 | |
1266 | 1266 | |
1267 | 1267 | |
| 1268 | + |
| 1269 | + |
| 1270 | + |
| 1271 | + |
| 1272 | + |
| 1273 | + |
| 1274 | + |
| 1275 | + |
| 1276 | + |
| 1277 | + |
| 1278 | + |
| 1279 | + |
| 1280 | + |
| 1281 | + |
| 1282 | + |
| 1283 | + |
| 1284 | + |
| 1285 | + |
1268 | 1286 | |
1269 | 1287 | |
1270 | 1288 | |
| ||
1999 | 2017 | |
2000 | 2018 | |
2001 | 2019 | |
| 2020 | + |
| 2021 | + |
| 2022 | + |
| 2023 | + |
| 2024 | + |
| 2025 | + |
| 2026 | + |
| 2027 | + |
| 2028 | + |
| 2029 | + |
| 2030 | + |
| 2031 | + |
2002 | 2032 | |
2003 | 2033 | |
2004 | 2034 | |
| ||
2940 | 2970 | |
2941 | 2971 | |
2942 | 2972 | |
| 2973 | + |
2943 | 2974 | |
2944 | 2975 | |
2945 | 2976 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
971 | 971 | |
972 | 972 | |
973 | 973 | |
| 974 | + |
| 975 | + |
974 | 976 | |
975 | 977 | |
976 | 978 | |
|
Collapse file
test/parallel/test-http2-misbehaving-flow-control-paused.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-misbehaving-flow-control-paused.js+19-10Lines changed: 19 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
| 50 | + |
54 | 51 | |
55 | 52 | |
56 | 53 | |
57 | 54 | |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
58 | 64 | |
59 | 65 | |
60 | 66 | |
61 | 67 | |
62 | 68 | |
63 | 69 | |
64 | | - |
| 70 | + |
65 | 71 | |
66 | | - |
| 72 | + |
67 | 73 | |
68 | 74 | |
69 | 75 | |
| ||
72 | 78 | |
73 | 79 | |
74 | 80 | |
75 | | - |
76 | | - |
| 81 | + |
| 82 | + |
77 | 83 | |
78 | 84 | |
79 | 85 | |
80 | 86 | |
81 | | - |
82 | | - |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
Collapse file
test/parallel/test-http2-misbehaving-flow-control.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-misbehaving-flow-control.js+19-10Lines changed: 19 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
| 61 | + |
65 | 62 | |
66 | 63 | |
67 | 64 | |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
68 | 74 | |
69 | 75 | |
70 | | - |
| 76 | + |
71 | 77 | |
72 | | - |
| 78 | + |
73 | 79 | |
74 | 80 | |
75 | 81 | |
| ||
82 | 88 | |
83 | 89 | |
84 | 90 | |
85 | | - |
86 | | - |
| 91 | + |
| 92 | + |
87 | 93 | |
88 | 94 | |
89 | 95 | |
90 | | - |
91 | | - |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
Collapse file
test/parallel/test-http2-options-max-headers-exceeds-nghttp2.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-options-max-headers-exceeds-nghttp2.js+10-2Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
90 | 90 | |
91 | 91 | |
92 | 92 | |
93 | | - |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
94 | 99 | |
95 | 100 | |
96 | 101 | |
97 | | - |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
98 | 106 | |
99 | 107 | |
100 | 108 | |
|
Collapse file
test/parallel/test-http2-session-cleanup-on-nghttp2-goaway.js
Copy file name to clipboard+91Lines changed: 91 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 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
Collapse file
tools/nix/sharedLibDeps.nix
Copy file name to clipboardExpand all lines: tools/nix/sharedLibDeps.nix+5-8Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
36 | 33 | |
37 | 34 | |
38 | 35 | |
|
0 commit comments