Commit 6a396ff
http2: throw better error when accessing unbound socket proxy
Fixes: #22268
Backport-PR-URL: #22850
PR-URL: #22486
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent d0be932 commit 6a396ffCopy full SHA for 6a396ff
File tree
Expand file treeCollapse file tree
4 files changed
+87
-2
lines changedOpen diff view settings
Filter options
- doc/api
- lib/internal
- http2
- test/parallel
Expand file treeCollapse file tree
4 files changed
+87
-2
lines changedOpen diff view settings
Collapse file
+6Lines changed: 6 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
843 | 843 | |
844 | 844 | |
845 | 845 | |
| 846 | + |
| 847 | + |
| 848 | + |
| 849 | + |
| 850 | + |
| 851 | + |
846 | 852 | |
847 | 853 | |
848 | 854 | |
|
Collapse file
+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
338 | 338 | |
339 | 339 | |
340 | 340 | |
| 341 | + |
| 342 | + |
341 | 343 | |
342 | 344 | |
343 | 345 | |
|
Collapse file
+10-2Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
641 | 641 | |
642 | 642 | |
643 | 643 | |
| 644 | + |
| 645 | + |
644 | 646 | |
645 | 647 | |
646 | 648 | |
647 | 649 | |
648 | 650 | |
649 | | - |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
650 | 655 | |
651 | 656 | |
652 | 657 | |
| ||
662 | 667 | |
663 | 668 | |
664 | 669 | |
665 | | - |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
666 | 674 | |
667 | 675 | |
668 | 676 | |
|
Collapse file
test/parallel/test-http2-unbound-socket-proxy.js
Copy file name to clipboard+69Lines changed: 69 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 | + |
0 commit comments