Re: agggggggggggh

robm@ncsa.uiuc.edu (Rob McCool)
Message-id: <9310232054.AA08080@void.ncsa.uiuc.edu>
From: robm@ncsa.uiuc.edu (Rob McCool)
Date: Sat, 23 Oct 1993 15:54:40 -0500
In-Reply-To: marca@ncsa.uiuc.edu (Marc Andreessen)
       "agggggggggggh" (Oct 23,  2:31am)
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: marca@ncsa.uiuc.edu (Marc Andreessen), www-talk@nxoc01.cern.ch
Subject: Re: agggggggggggh
/*
 * agggggggggggh  by Marc Andreessen (marca@ncsa.uiuc.edu)
 *    written on Oct 23,  2:31am.
 *
 * OK, when I do this:
 * 
 * (marca@void 199) telnet guarani.cos.ufrj.br 8000
 * Trying 146.164.34.14 ...
 * Connected to guarani.cos.ufrj.br.
 * Escape character is '^]'.
 * GET /bullshit.html HTTP/1.0
 * 
 * HTTP/1.0 404 Not Found
 * <HEAD><TITLE>404 Not Found</TITLE></HEAD>
 * <H1>404 Not Found</H1><BODY>
 * The requested URL /bullshit.html was not found on this server.<P>
 * </BODY>
 * Connection closed by foreign host.
 * -------------------------------------------------------------------------
 * 
 * There's no blank line between the response code (aka MIME header block
 * area of the response) and the HTML, as should be required, right?
 * 
 * (I don't know what server they're using in Rio, but is it safe to say
 * it's borken?)
 */

It's ours. 1.0a2. I never saw the error messages because Mosaic before pre5
didn't print them. It's fixed in 1.0a3. 1.0a4 is actually civil about it and
prints the rest of the header (server, date, etc.).

--Rob