]> git.ipfire.org Git - thirdparty/curl.git/commit
sws: allow HTTP requests up to 2MB in size
authorDaniel Stenberg <daniel@haxx.se>
Sat, 15 May 2021 21:59:29 +0000 (23:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 May 2021 10:56:34 +0000 (12:56 +0200)
commit030d53916499290d3d0a4619a006f0e33e3bca64
treef428736760834d06d734b4a785a467d93c215004
parent8d13ab4c61e76f79ca9418f5cdd459eb0c111a76
sws: allow HTTP requests up to 2MB in size

To allow tests with slightly larger payloads. Like #7071 ...

Closes #7075
tests/server/sws.c