]> git.ipfire.org Git - thirdparty/curl.git/commit
test410: fix for windows
authorJay Satiro <raysatiro@yahoo.com>
Mon, 25 Jan 2021 06:06:35 +0000 (01:06 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 26 Jan 2021 04:28:02 +0000 (23:28 -0500)
commit782143ee818ca26d3da9133733eb97949346a88b
tree4fde4bc9dc8e9d0905e1ecf8103aa7dfddc1d938
parent2dcc940959772a652f6813fb6bd3092095a4877b
test410: fix for windows

- Pass the very long request header via file instead of command line.

Prior to this change the 49k very long request header string was passed
via command line and on Windows that is too long so it was truncated and
the test would fail (specifically msys CI).

Closes https://github.com/curl/curl/pull/6516
tests/data/test410