aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1526.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1526.c')
-rw-r--r--tests/libtest/lib1526.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib1526.c b/tests/libtest/lib1526.c
index e71512854..fb757f592 100644
--- a/tests/libtest/lib1526.c
+++ b/tests/libtest/lib1526.c
@@ -72,6 +72,7 @@ int test(char *URL)
test_setopt(curl, CURLOPT_PROXY, libtest_arg2);
test_setopt(curl, CURLOPT_HTTPHEADER, hhl);
test_setopt(curl, CURLOPT_PROXYHEADER, phl);
+ test_setopt(curl, CURLOPT_HEADEROPT, CURLHEADER_SEPARATE);
test_setopt(curl, CURLOPT_POST, 0L);
test_setopt(curl, CURLOPT_UPLOAD, 1L);
test_setopt(curl, CURLOPT_VERBOSE, 1L);