mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
winhttp: Fixed netconn_recv when read uses both SSL_recv and buffered data.
This commit is contained in:
parent
cc37abb658
commit
9a82f6a812
@ -809,7 +809,7 @@ BOOL netconn_recv( netconn_t *conn, void *buf, size_t len, int flags, int *recvd
|
||||
}
|
||||
else memcpy( conn->peek_msg, buf, ret );
|
||||
}
|
||||
*recvd = ret;
|
||||
*recvd += ret;
|
||||
return TRUE;
|
||||
#else
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user