diff options
Diffstat (limited to 'tests/data/test1420')
-rw-r--r-- | tests/data/test1420 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test1420 b/tests/data/test1420 index 081ac6bbb..c3d31f349 100644 --- a/tests/data/test1420 +++ b/tests/data/test1420 @@ -66,6 +66,7 @@ int main(int argc, char *argv[]) curl_easy_setopt(hnd, CURLOPT_BUFFERSIZE, 102400L); curl_easy_setopt(hnd, CURLOPT_URL, "imap://%HOSTIP:%IMAPPORT/1420/;MAILINDEX=1"); curl_easy_setopt(hnd, CURLOPT_USERPWD, "user:secret"); + curl_easy_setopt(hnd, CURLOPT_HTTP09_ALLOWED, 1L); curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L); curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L); |