[plt-scheme] Problems fetching page
At Sat, 24 Apr 2004 14:33:10 -0400, "Neil W. Van Dyke" wrote:
> I believe HTTP protocol spec requires the CR to be there (although IIS
> is probably forgiving).
Yes, I think that the CRLF is required. Here's the rfc:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5
I'm not sure which of the \r\n's (or all of them) cause the server to
change it's behavior (the previously mentioned line is in the body of a
procedure passed to for-each), but they all seem to be required.
Robby