- Mar 14, 2015
-
-
Daniel Stenberg authored
... by using the regular Curl_http_done() method which checks for that. This makes test 1801 fail consistently with error 56 (which seems fine) to that test is also updated here. Reported-by: Ben Darnell Bug: https://github.com/bagder/curl/issues/166
-
- Nov 20, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Verifies the upgrade request, but gets a plain 1.1 response
-
- Sep 14, 2007
-
-
Dan Fandrich authored
-
- Jan 23, 2007
-
-
Dan Fandrich authored
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
-
- May 11, 2005
-
-
Daniel Stenberg authored
A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive"
-
- Apr 15, 2005
-
-
Daniel Stenberg authored
kind of tests we have and how many tests that test certain features
-
- Dec 11, 2004
-
-
Daniel Stenberg authored
-
- Sep 08, 2004
-
-
Daniel Stenberg authored
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script.
-
- Feb 09, 2004
-
-
Daniel Stenberg authored
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
test number.
-
- Jan 29, 2002
-
-
Daniel Stenberg authored
-
- May 23, 2001
-
-
Daniel Stenberg authored
-