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
