Revert "Imported Upstream version 7.44.0"
[platform/upstream/curl.git] / tests / libtest / lib1527.c
index 1122d8e..280c947 100644 (file)
@@ -83,7 +83,6 @@ int test(char *URL)
   test_setopt(curl, CURLOPT_READFUNCTION, read_callback);
   test_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, 1L);
   test_setopt(curl, CURLOPT_INFILESIZE, strlen(data));
-  test_setopt(curl, CURLOPT_HEADEROPT, CURLHEADER_UNIFIED);
 
   res = curl_easy_perform(curl);