Age | Commit message (Collapse) | Author |
|
|
|
|
|
it disconnects the TCP connection, like a good ftp client should!
|
|
have problems otherwise.
|
|
|
|
|
|
we seem to have nailed that one now!
|
|
chunked transfer-encoding disabled. Fixed to work after Len Krause's
bug report.
|
|
header using -H
|
|
|
|
|
|
sequence.
|
|
|
|
|
|
|
|
in the failure frequency
|
|
response with a size 5 instead of size 0, to see if this has an impact on
the failure frequency - test 91 still fails occationally.
|
|
|
|
even when the multi interface is used, and then libcurl will simulate a
"follow location" to that new URL. Test 509 was added to test this feature.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
syntax: file:/path. I added test case 203 to verify this.
|
|
|
|
|
|
|
|
|
|
|
|
on Oct 20, 2003.
|
|
|
|
multiple DNS lookups can run simultaneously faster. The downside is that
resolving the same host name now can be made at once from multiple threads,
but the upside is that threads now don't alwys have to wait for the others'
resolves. Test case 506 updated accordingly.
|
|
|
|
NTLM request.
|
|
it doesn't work. It works for me.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|