Age | Commit message (Collapse) | Author |
|
as an indication of a persistant connection
|
|
|
|
RFC 2616, section 9.4 says: "The HEAD method is identical to GET except that
the server MUST NOT return a message-body in the response."
|
|
was not used...
|
|
|
|
new locations on the same connection that was previously followed on
|
|
|
|
|
|
encoded letter (in curl_escape)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from urldata to connectdata, quite correctly.
|
|
used
|
|
|
|
my take at removing the private functions from the list, then I renamed
the *str(n)equal functions...
|
|
|
|
are used externally and thus are public symbols.
|
|
|
|
|
|
|
|
|
|
|
|
after the data part
|
|
|
|
|
|
be used for the close policy decision
|
|
|
|
|
|
|
|
|
|
least one was expected
|
|
|
|
|
|
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
|
|
|
|
1.0-reply from a proxy we use and the Proxy-Connection: keep-alive header
is used, we switch it on and live happily ever after
|