You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test 1525...[CURLOPT_PROXYHEADER is ignored CURLHEADER_UNIFIED]
1525: proxy FAILED:
--- log/check-expected 2016-06-09 00:49:53.810105313 +0200
+++ log/check-generated 2016-06-09 00:49:53.810105313 +0200
@@ -1,3 +1,4 @@
+[DISCONNECT][LF]
CONNECT the.old.moo.1525:8990 HTTP/1.1[CR][LF]
Host: the.old.moo.1525:8990[CR][LF]
User-Agent: Http Agent[CR][LF]
- abort tests
TESTDONE: 1 tests out of 2 reported OK: 50%
TESTFAIL: These test cases failed: 1525
TESTDONE: 2 tests were considered during 8 seconds.
The key is the DISCONNECT text which is put there when the connection monitor feature is enabled, which test 1509 does and it somehow "leaks" over into the subsequent test.
I did this
Build curl and libcurl
$ cd tests && ./runtests.pl 1509 1525
... this causes the 1525 test to fail:
The key is the
DISCONNECT
text which is put there when the connection monitor feature is enabled, which test 1509 does and it somehow "leaks" over into the subsequent test.I expected the following
Both tests to run fine
curl/libcurl version
operating system
Debian Linux.
The text was updated successfully, but these errors were encountered: