Skip to content

Commit 5b51c6c

Browse files
committed
update spinquic for conn close async param
1 parent 3cf6951 commit 5b51c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/spin/spinquic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ const uint32_t ParamCounts[] = {
864864
0,
865865
QUIC_PARAM_CONFIGURATION_SCHANNEL_CREDENTIAL_ATTRIBUTE_W + 1,
866866
QUIC_PARAM_LISTENER_PARTITION_INDEX + 1,
867-
QUIC_PARAM_CONN_STATISTICS_V2_PLAT + 1,
867+
QUIC_PARAM_CONN_CLOSE_ASYNC + 1,
868868
QUIC_PARAM_TLS_NEGOTIATED_ALPN + 1,
869869
#ifdef WIN32 // Schannel specific TLS parameters
870870
QUIC_PARAM_TLS_SCHANNEL_SECURITY_CONTEXT_TOKEN + 1,

0 commit comments

Comments
 (0)