cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Overriding outgoing Content-Length on a PUT

From: Arthur <pylinuxian_at_gmail.com>
Date: Tue, 6 May 2008 21:38:03 +0000

You are using curl in the middle so that the pipe output goes directly
to the other server ... curl starts imediately after you issue this
command by checking the data size, gets Zero, because at that time it
was really zero .. & starts uploading zero bits of the data because
thats what it thinks is the size of it.
i guess the chunked encoding will be your bet, i personaly never knew
what it was for.
Received on 2008-05-06