|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-2980877 ] CR at the beginning of header marks it as end of HTTP header
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Tue, 06 Apr 2010 21:38:04 +0000
Bugs item #2980877, was opened at 2010-04-02 03:25
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
print "HTTP/1.1 200 OK\r\n";
curl will treat '\r' at the beginning of XYZ as end of HTTP header and will finish header processing.
This bug is because of the following code at
It should have been
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
We're awaiting feedback in this issue. Due to this, I have set the state
Please consider answering the outstanding questions or providing the
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
And what browsers have you tested this with?
----------------------------------------------------------------------
Comment By: Anil Kumar (anilsf)
Message:
Try similar response in browsers, they do NOT treat CR LF CR as end of
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
Apart from you trying to find a problem in libcurl, can you point out a
----------------------------------------------------------------------
Comment By: Anil Kumar (anilsf)
Message:
without two consecutive CRLF it should not be considered as end of HTTP
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Message:
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info