Skip to content

Commit

Permalink
Prepare for breaking change in webtransport-go (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo authored May 16, 2024
1 parent 0f5736d commit 7a24227
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions transport-interop/versionsInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
"tcp",
"ws",
"quic-v1",
"webtransport",
"webrtc-direct"
],
"secureChannels": [
Expand All @@ -181,7 +180,6 @@
"tcp",
"ws",
"quic-v1",
"webtransport",
"webrtc-direct"
],
"secureChannels": [
Expand All @@ -197,8 +195,7 @@
"transports": [
"tcp",
"ws",
"quic-v1",
"webtransport"
"quic-v1"
],
"secureChannels": [
"tls",
Expand All @@ -213,8 +210,7 @@
"transports": [
"tcp",
"ws",
"quic-v1",
"webtransport"
"quic-v1"
],
"secureChannels": [
"tls",
Expand All @@ -230,8 +226,7 @@
"tcp",
"ws",
"quic",
"quic-v1",
"webtransport"
"quic-v1"
],
"secureChannels": [
"tls",
Expand Down

0 comments on commit 7a24227

Please sign in to comment.