You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@worldgate.com> on 1997/09/03 09:36:10 UTC

Re: Netscape Enterprise and HTTP/1.1

Freaky, now I see Sun's SWS-1.0 doing the same thing.

GET / HTTP/1.1
Host: devil

HTTP/1.1 200 OK
Server: SWS-1.0
Date: Wed, 03 Sep 1997 07:32:10 GMT
Content-Type: text/html

<FRAMESET ROWS="66,*" BORDER=0 FRAMESPACING=0 FRAMEBORDER=0>
  <FRAME SRC="headers/headers.html" NAME="header" SCROLLING=NO
MARGINHEIGHT=1 MARGINWIDTH=1 NORESIZE>
[...]

and it ends up with the server acting like it is a persitent connection
waiting for the next request.  Wow, broken.  I am having trouble imagining
how people could even think HTTP/1.1 could function at all implemented
like that.

On Wed, 27 Aug 1997, Marc Slemko wrote:

> (seen on another mailing list...)
> 
> Wow.  That will break things.  Trying to do keepalives without chunked
> encoding or content length.
> 
> Could be a configuration issue, but a pretty bad configuration...
> 
> GET / HTTP/1.1
> Host: www.score.kaplan.com
> 
> HTTP/1.1 200 OK
> Server: Netscape-Enterprise/3.0
> Date: Wed, 27 Aug 1997 15:04:33 GMT
> Content-type: text/html
> Connection: keep-alive
> 
> <HTML><HEAD><TITLE>Score! @ Kaplan</TITLE>
> <LINK REV=MADE HREF="mailto:webmasters\@kaplan.com">
> [...]
> 
>