- Mar 12, 2001
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
[HTTP GET with badly formatted chunked Transfer-Encoding]
-
Daniel Stenberg authored
-
Daniel Stenberg authored
least one was expected
-
Daniel Stenberg authored
-
Daniel Stenberg authored
curl_easy_setopt.3 and they're partly implemented in lib/url.c Slowly, we're getting there...
-
Daniel Stenberg authored
curl_easy_setopt.3 now
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CURLOPT_MAXCONNECTS, CURLOPT_CLOSEPOLICY, CURLOPT_FRESH_CONNECT and CURLOPT_FORBID_REUSE
-
Daniel Stenberg authored
seems to be working!!!
-
Daniel Stenberg authored
need these at least for debugging 7.7 and probably later as well...
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
correct
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
"X to Y", where X is smaller than Y.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libcurl *works* persistant over HTTP proxy!!!!
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
than 509 letters (as newer gcc warns on with -Wall)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 09, 2001
-
-
Daniel Stenberg authored
we can re-use a proxy connection that actually has different host names on the same connection
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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
-
Daniel Stenberg authored
store it.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
removed the tiny/Makefile that was added accidentaly before
-
Daniel Stenberg authored
since they were out-of-date and not correct anymore. moved around some struct fields
-
Daniel Stenberg authored
renamed prefixes from curl_ to Curl_ made persistant connections work with http proxies (at least partly)
-
Daniel Stenberg authored
use the correct prefix
-
Daniel Stenberg authored
made it work (partly) with persistant connections for HTTP/1.0 replies moved the 'newurl' struct field for Location: to the connectdata struct
-
Daniel Stenberg authored
-