cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: HTTP Authentication failed!!

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 23 Dec 2011 16:56:35 +0100 (CET)

On Thu, 22 Dec 2011, hui wrote:

> * no chunk, no close, no size. Assume close to signal end //what's the
> meaning??

It means the response was suspiciously weird. It is a HTTP 1.1 response, but
it says nothing about where the response ends as a HTTP 1.1 response should.
There's no chunked encoding, no Connection: close and no Content-Length.

libcurl will then assume that the server will close the connection to signal
end of file, HTTP 1.0-style.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-12-23