Age | Commit message (Collapse) | Author |
|
|
|
|
|
a NULL pointer. Now, we treat a missing CURLOPT_POSTFIELDS as if there is
no data to send.
|
|
in the add_buffer function.
|
|
requires all global symbols to be *case insentively* unique! curl_formfree
is a global function we shouldn't touch.
|
|
|
|
|
|
|
|
|
|
main handle struct to work with persistant connections
|
|
|
|
from urldata to connectdata, quite correctly.
|
|
|
|
|
|
|
|
|
|
intermixed HTTP and FTP persistant connections also work!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
describes, Bob Schader's research seems to agree.
|
|
the request isn't GET. Presumably, this is how it should be made.
|
|
|
|
Some functions changed prototype due to this change as well.
|
|
and download.h
|
|
|
|
|
|
|
|
warning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sent in only one shot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
curl issues when doing a regular HTTP post. This should not be taken light-
heartedly though. Replacing them might get you into trouble!
|