cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

Re: Re: HTTPS post hangs

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 28 Jan 2002 19:28:35 +0100 (MET)

On Mon, 28 Jan 2002, Dale Counts wrote:

> you were correct.. downgrading to 7.9.2 cured the problem, also the server
> was not sending the content length
>
> HTTP/1.1 200 OK
> Date: Mon, 28 Jan 2002 14:59:45 GMT
> Server: Apache/1.3.12 Ben-SSL/1.41 (Unix) mod_perl/1.24_01
> P3P: CP="STP ADM CON CUR DEV OUR INT NAV ONL",
> policyref="XXXBLANKEDOUTXX"
> Transfer-Encoding: chunked
> Content-Type: text/html

Ok. This is a persistant connection using chunked encoding. curl should
detect when the document has been sent and it should stop reading then.
Something seems to not work in this regard in 7.9.3.

Would you be capable of debugging this a little for us?

I set up a test for myself doing this:

 $ curl -d @CHANGES [https://my.server.site] (using 7.9.3)

And it just worked...! (This being a linux 2.4.16 with openssl 0.9.5) I even
made sure it returned a chunked file.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-01-28

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET