Commit 5cdcba1
http2: add http1Options for HTTP/1 fallback configuration
PR-URL: #61713
Fixes: #59783
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>1 parent 6cda3d3 commit 5cdcba1Copy full SHA for 5cdcba1
4 files changed
+107-12Lines changed: 107 additions & 12 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/api
- lib/internal/http2
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+38Lines changed: 38 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4335 | 4335 | |
4336 | 4336 | |
4337 | 4337 | |
| 4338 | + |
| 4339 | + |
| 4340 | + |
| 4341 | + |
| 4342 | + |
| 4343 | + |
| 4344 | + |
| 4345 | + |
| 4346 | + |
| 4347 | + |
| 4348 | + |
| 4349 | + |
| 4350 | + |
| 4351 | + |
| 4352 | + |
| 4353 | + |
| 4354 | + |
| 4355 | + |
| 4356 | + |
| 4357 | + |
| 4358 | + |
| 4359 | + |
| 4360 | + |
| 4361 | + |
| 4362 | + |
| 4363 | + |
| 4364 | + |
| 4365 | + |
| 4366 | + |
| 4367 | + |
| 4368 | + |
| 4369 | + |
| 4370 | + |
| 4371 | + |
| 4372 | + |
| 4373 | + |
4338 | 4374 | |
4339 | 4375 | |
4340 | 4376 | |
| ||
4416 | 4452 | |
4417 | 4453 | |
4418 | 4454 | |
| 4455 | + |
| 4456 | + |
4419 | 4457 | |
4420 | 4458 | |
4421 | 4459 | |
|
Collapse file
+41Lines changed: 41 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2786 | 2786 | |
2787 | 2787 | |
2788 | 2788 | |
| 2789 | + |
| 2790 | + |
| 2791 | + |
| 2792 | + |
2789 | 2793 | |
2790 | 2794 | |
2791 | 2795 | |
| ||
2904 | 2908 | |
2905 | 2909 | |
2906 | 2910 | |
| 2911 | + |
| 2912 | + |
2907 | 2913 | |
2908 | 2914 | |
2909 | 2915 | |
| 2916 | + |
| 2917 | + |
| 2918 | + |
| 2919 | + |
| 2920 | + |
| 2921 | + |
| 2922 | + |
| 2923 | + |
| 2924 | + |
| 2925 | + |
| 2926 | + |
| 2927 | + |
| 2928 | + |
| 2929 | + |
| 2930 | + |
| 2931 | + |
2910 | 2932 | |
2911 | 2933 | |
2912 | 2934 | |
| ||
2980 | 3002 | |
2981 | 3003 | |
2982 | 3004 | |
| 3005 | + |
| 3006 | + |
| 3007 | + |
2983 | 3008 | |
2984 | 3009 | |
2985 | 3010 | |
| ||
3098 | 3123 | |
3099 | 3124 | |
3100 | 3125 | |
| 3126 | + |
| 3127 | + |
| 3128 | + |
| 3129 | + |
| 3130 | + |
| 3131 | + |
| 3132 | + |
| 3133 | + |
| 3134 | + |
| 3135 | + |
| 3136 | + |
| 3137 | + |
| 3138 | + |
| 3139 | + |
3101 | 3140 | |
3102 | 3141 | |
3103 | 3142 | |
| ||
4927 | 4966 | |
4928 | 4967 | |
4929 | 4968 | |
| 4969 | + |
4930 | 4970 | |
4931 | 4971 | |
4932 | 4972 | |
| ||
4953 | 4993 | |
4954 | 4994 | |
4955 | 4995 | |
| 4996 | + |
4956 | 4997 | |
4957 | 4998 | |
4958 | 4999 | |
|
Collapse file
+19-10Lines changed: 19 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
52 | | - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
53 | 57 | |
54 | 58 | |
55 | 59 | |
| ||
3257 | 3261 | |
3258 | 3262 | |
3259 | 3263 | |
3260 | | - |
3261 | | - |
3262 | 3264 | |
3263 | 3265 | |
3264 | 3266 | |
| ||
3340 | 3342 | |
3341 | 3343 | |
3342 | 3344 | |
3343 | | - |
3344 | | - |
3345 | | - |
| 3345 | + |
| 3346 | + |
| 3347 | + |
| 3348 | + |
| 3349 | + |
| 3350 | + |
| 3351 | + |
| 3352 | + |
| 3353 | + |
| 3354 | + |
| 3355 | + |
| 3356 | + |
3346 | 3357 | |
3347 | 3358 | |
3348 | 3359 | |
| ||
3390 | 3401 | |
3391 | 3402 | |
3392 | 3403 | |
3393 | | - |
3394 | | - |
3395 | | - |
| 3404 | + |
3396 | 3405 | |
3397 | 3406 | |
3398 | 3407 | |
|
Collapse file
test/parallel/test-http2-https-fallback-http-server-options.js
Copy file name to clipboardExpand all lines: test/parallel/test-http2-https-fallback-http-server-options.js+9-2Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
23 | 27 | |
24 | 28 | |
25 | 29 | |
| ||
46 | 50 | |
47 | 51 | |
48 | 52 | |
49 | | - |
50 | | - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
51 | 58 | |
52 | 59 | |
53 | 60 | |
|
0 commit comments