Age | Commit message (Collapse) | Author |
|
|
|
|
|
from urldata to connectdata, quite correctly.
|
|
|
|
|
|
|
|
need these at least for debugging 7.7 and probably later as well...
|
|
it saves me from more mistakes when the connectindex is -1 ... also, there's
no point in having its parent do it as all parents would do it anyway.
|
|
|
|
we can re-use a proxy connection that actually has different host names on
the same connection
|
|
renamed prefixes from curl_ to Curl_
made persistant connections work with http proxies (at least partly)
|
|
|
|
|
|
|
|
intermixed HTTP and FTP persistant connections also work!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unconditioanlly!
|
|
|
|
|
|
|
|
|
|
for what HTTP request that is being used. The old bit-style fields are still
in there as well.
|
|
|
|
|
|
|
|
curl will return an error when such an address is used.
|
|
and download.h
|
|
|
|
|
|
need it
|
|
|
|
|
|
|
|
from being freed twice (a NULL free the second time)
|
|
|
|
to remove pedantic compiler warnings
|
|
|
|
|
|
|
|
|