This commit is contained in:
Justin Kotalik 2018-11-14 09:32:16 -08:00
parent f13a49bd2a
commit 1858527fb0
1 changed files with 2 additions and 2 deletions

View File

@ -1154,8 +1154,8 @@ Arguments:
//
WINHTTP_HELPER::sm_pfnWinHttpWebSocketShutdown(
_hWebSocketRequest,
1011, // indicate that a server is terminating the connection because it encountered
// an unexpected condition that prevent it from fulfilling the request
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
NULL, // Reason
0); // length og Reason
}