Age | Commit message (Collapse) | Author |
|
it resolving nicely
|
|
|
|
|
|
2. adjusted date strings to upcoming date parser rewrite
|
|
|
|
replacement, curl only replaced the Host: header on the initial request
and didn't replace it on the following ones. This resulted in requests with
two Host: headers.
Now, curl checks if the location is on the same host as the initial request
and then continues to replace the Host: header. And when it moves to another
host, it doesn't replace the Host: header but it also doesn't make the
second Host: header get used in the request.
This change is verified by the two new test cases 184 and 185.
|
|
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.
|
|
getting multiple URLs over a single proxy connection
|
|
|
|
file
|
|
the output file actually is zero bytes after the transfer.
|
|
PUTs even when told to use HTTP 1.0, which is not correct.
|
|
|
|
|
|
|
|
|
|
we run configure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
moved call to buildconf.bat down so that it takes place in the build dir.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
far
|
|
|
|
|
|
|
|
|
|
auth
|
|
An attempt to repeat a reported auth problem. Works for me!
|
|
|
|
|
|
Pointed out by Chris Gaukroger.
|
|
|
|
|
|
|
|
|
|
not be used both in one request. Fixed it and added test case 172 to verify.
|
|
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and
test case 171 verifies it.
|
|
|