Paul Gofman : winhttp: Allow synchronous nonblocking send in WinHttpWebSocketSend() when possible.
Module: wine Branch: master Commit: 9ef1e44914f386f1604d9a76c0a496d3e811e67a URL: https://source.winehq.org/git/wine.git/?a=commit;h=9ef1e44914f386f1604d9a76c... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Mon Jan 24 12:43:14 2022 +0300 winhttp: Allow synchronous nonblocking send in WinHttpWebSocketSend() when possible. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winhttp/net.c | 37 +++++++++------ dlls/winhttp/request.c | 96 ++++++++++++++++++++++++++++----------- dlls/winhttp/tests/notification.c | 16 ++++++- dlls/winhttp/winhttp_private.h | 4 +- 4 files changed, 111 insertions(+), 42 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9ef1e44914f386f1604d9...
participants (1)
-
Alexandre Julliard