From: Dave Symonds Date: 2006-01-04T20:42:58+09:00 Subject: Re: Newbie tearing hair out [OT] dsymo...@gmail.com wrote: > The code is fine, by the way, though standards-wise you'd be better > using "\r\n\r\n" to end the HTTP headers, not just "\n\n". To head off any other comments: My reference is RFC2616 (http://www.ietf.org/rfc/rfc2616.txt), section 4.1 (CRLF=="\r\n" before body). Dave.