Age | Commit message (Collapse) | Author |
|
with chunked transfer-encoding uploads added
|
|
read callback, and thus won't put a lot of stress on the request sending
code (which currently does an ugly loop).
|
|
connectdata struct instead, and is no longer modified within the 'set' struct
as previously (which was a really BAAAD thing).
|
|
up-to-date with recent changes.
|
|
|
|
returning back to the select() loop. Consider this a test so far.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
complete is now only made for 60 seconds and if no data was received during
those 60 seconds, we store a special error message (preparing to make this
a special error code) as this most likely means that the control connection
has died while we were transferring data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
proper CURLcode. The default timeout for reading one response is now also
possible to change while running.
|
|
|
|
|
|
|
|
the necessary directories as specified with -o.
|
|
|
|
|
|
|
|
|
|
|
|
removed old section about problems with old autoconfs, I don't think that
happens anymore
|
|
|
|
chunked transfer work
|
|
|
|
|
|
The chunked transfer upload never stopped due to a silly add before we checked
for >0!
|
|
We now check if the chunked transfer-encoding header has been added "by force"
and if so, we enabled the chunky upload!
|
|
|
|
with --disable-ipv6 --without-zlib
|
|
|
|
FOLLOWLOCATION and CURLOPT_USERPWD.
|
|
|
|
for freeing single dns cache entries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|