Skip to content

Commit 240a491

Browse files
boquan-fanggithub-actions[bot]
authored andcommitted
chore(interop): update required interop checks
1 parent b4dc043 commit 240a491

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

.github/interop/required.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,9 @@
631631
"client",
632632
"server"
633633
],
634-
"quic-go": [],
634+
"quic-go": [
635+
"client"
636+
],
635637
"quiche": [],
636638
"s2n-quic": [
637639
"client",
@@ -712,7 +714,9 @@
712714
},
713715
"handshakecorruption": {
714716
"aioquic": [],
715-
"kwik": [],
717+
"kwik": [
718+
"client"
719+
],
716720
"lsquic": [],
717721
"msquic": [],
718722
"mvfst": [],
@@ -738,7 +742,10 @@
738742
"client",
739743
"server"
740744
],
741-
"xquic": []
745+
"xquic": [],
746+
"quinn": [
747+
"server"
748+
]
742749
},
743750
"transfercorruption": {
744751
"aioquic": [
@@ -810,7 +817,9 @@
810817
"client",
811818
"server"
812819
],
813-
"kwik": [],
820+
"kwik": [
821+
"client"
822+
],
814823
"lsquic": [
815824
"client",
816825
"server"
@@ -861,13 +870,16 @@
861870
"client",
862871
"server"
863872
],
864-
"kwik": [],
873+
"kwik": [
874+
"client"
875+
],
865876
"lsquic": [
866877
"client",
867878
"server"
868879
],
869880
"msquic": [
870-
"client"
881+
"client",
882+
"server"
871883
],
872884
"mvfst": [
873885
"client"
@@ -928,7 +940,8 @@
928940
"server"
929941
],
930942
"kwik": [
931-
"client"
943+
"client",
944+
"server"
932945
],
933946
"lsquic": [
934947
"client",

0 commit comments

Comments
 (0)