Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
was an extra CRLF added to the post data
|
|
|
|
content-type header, it was used for each part and thus without this it
failed MISERABLY. *smacks forhead*
|
|
|
|
|
|
|
|
|
|
on my test machine! :-)
|
|
This was a real bummer!
|
|
is given
|
|
|
|
|
|
removed the initial CRLF in the formpost, as they are part of the request
and should be written by the code in http.c!
|
|
|
|
this work-around is not needed anymore!
|
|
consuming operation that should only be needed to do once. We patched
libcurl to now only seed on the first connect when unseeded. The seeded
status is global so it'll now only happen once during a program's life time.
|
|
|
|
request of its own, it just changes the keyword of a request.
|
|
on IPv4-linux machines
|
|
|
|
|
|
pointed out this ugliness.
|
|
|
|
little fix seems to correct it. another case where we just returned and
didn't shut off the reading. This bug is introduced in 7.9.3 due to the
new internal "order".
|
|
after the headers on a HEAD request. This bug has been added in 7.9.3 and was
mnot present earlier.
|
|
post a non-existing file should include nothing, not an error text!
|
|
|
|
|
|
|
|
|
|
|
|
where BLA is undefined
|
|
should anyone ever want a good printf() clone
|
|
on the left side of comparisons...
|
|
|
|
|
|
boxes.
|
|
|
|
0.9.5
|
|
all platforms, I also edited a few data types slightly to prevent my
compiler from warning on comparisions between signed and unsigned values
|
|
fine..
|
|
host:port, so accessing curl.haxx.se on port 80 would yield a key value
of ::
curl.haxx.se:80
|
|
|
|
|
|
now.
|