winhttp: Allow custom headers to be separated by any sequence of \r and \n.
commit57955c735bdbb4a58878cca6f399483a32502780
authorZebediah Figura <zfigura@codeweavers.com>
Tue, 9 Aug 2022 22:53:20 +0000 (9 17:53 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Aug 2022 12:07:25 +0000 (10 14:07 +0200)
treea1e4d61d7b5dafd50f51b3a8b202bd9f89665727
parentcba0d5c5d5e35da0de6043fce3c25337e92279cb
winhttp: Allow custom headers to be separated by any sequence of \r and \n.

This fixes connecting to multiplayer game servers in Riptide GP: Renegade.
dlls/winhttp/request.c
dlls/winhttp/tests/winhttp.c