Module: wine Branch: master Commit: a0e5fcdc001cb5ed3d109d7f39a44bcfbff707b2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a0e5fcdc001cb5ed3d109d7f3... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Thu Jan 27 02:03:06 2022 +0300 winhttp: Attemp sync websocket send even if data doesn't fit SSL buffer. 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 | 15 +++++-- dlls/winhttp/request.c | 35 ++++++++++++---- dlls/winhttp/tests/notification.c | 86 ++++++++++++++++++++++++++++----------- dlls/winhttp/winhttp_private.h | 1 + 4 files changed, 101 insertions(+), 36 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a0e5fcdc001cb5ed3d109...