From:hui <[email protected]> > The server used by many routers as multicast to http proxy, and http response > header line end with "\n".In this case,CURL can't > understand the server response. But if http response header line end with > "\r\n",CURL can work! > What can I do?
The HTTP protocol requires a CRLF to delimit the response header. Not sure what you (or libcurl) can or should do except to use a correctly implemented server. steve
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
