Displaying 1 result from an estimated 1 matches for "crlfcrlf".
Did you mean:
crcrlf
2007 Nov 22
2
How many CRLFs between header and body?
...(ie. every header ends in a CRLF, and then there''s the
body)
The HTTP RFC[4], the CGI spec[5] and the FastCGI FAQ[6] all seem to
agree that there should be 2 (ie. every header ends in a CRLF, then
there''s another CRLF, then there''s the body). (AFAIK looking for the
first CRLFCRLF is the only reliable way to tell where the headers end
and the body begins).
There''s clearly a bug here, but whether it''s with CGI on Apache or
FastCGI on lighttpd or Camping''s handling of one or the other, I can''t
say. Can anybody shed some light on the situati...