Commit 7ea8192b authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

winhttp: Remove an extra pending_sends increment in WinHttpWebSocketSend().

parent 68cb8a29
......@@ -3375,7 +3375,6 @@ DWORD WINAPI WinHttpWebSocketSend( HINTERNET hsocket, WINHTTP_WEB_SOCKET_BUFFER_
release_object( &socket->hdr );
free( s );
}
else ++socket->hdr.pending_sends;
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment