winhttp/tests: Reduce send buffer size.
commit3797a66404a80b33b5618189fa6630827eb78b8a
authorHans Leidekker <hans@codeweavers.com>
Thu, 8 Dec 2022 09:08:29 +0000 (8 10:08 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Dec 2022 17:12:51 +0000 (8 18:12 +0100)
treed7940d1a00b2a1dfacadc52937de1e12dda107ad
parent46e5dd3967ed64e04e8290a8ff18973d480dbec9
winhttp/tests: Reduce send buffer size.

It looks like there was a change on the websocket test server that causes our
send operations to block. Reducing the size of the send buffer works around the
test failures. The tests still succeed on Windows, which suggests that native
sends large buffers in smaller chunks.
dlls/winhttp/tests/notification.c