Skip to content

Commit

Permalink
Multi HTTPs ports?
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebmaster authored and domenic committed Feb 28, 2021
1 parent adc2dfa commit f292149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/web-platform-tests/tuwpt-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ports": {
"h2": [10002],
"http": [10000, "auto"],
"https": [10443],
"https": [10443, "auto"],
"ws": [10001],
"wss": [10444]
},
Expand Down
2 changes: 1 addition & 1 deletion test/web-platform-tests/wpt-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ports": {
"h2": [9002],
"http": [9000, "auto"],
"https": [9443],
"https": [9443, "auto"],
"ws": [9001],
"wss": [9444]
},
Expand Down

0 comments on commit f292149

Please sign in to comment.