Feedback
This commit is contained in:
parent
f13a49bd2a
commit
1858527fb0
|
|
@ -1154,8 +1154,8 @@ Arguments:
|
||||||
//
|
//
|
||||||
WINHTTP_HELPER::sm_pfnWinHttpWebSocketShutdown(
|
WINHTTP_HELPER::sm_pfnWinHttpWebSocketShutdown(
|
||||||
_hWebSocketRequest,
|
_hWebSocketRequest,
|
||||||
1011, // indicate that a server is terminating the connection because it encountered
|
WINHTTP_WEB_SOCKET_SERVER_ERROR_CLOSE_STATUS, // indicate that a server is terminating the connection because it encountered
|
||||||
// an unexpected condition that prevent it from fulfilling the request
|
// an unexpected condition that prevent it from fulfilling the request
|
||||||
NULL, // Reason
|
NULL, // Reason
|
||||||
0); // length og Reason
|
0); // length og Reason
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue