RE: looking for a browser that pipelines requests
Carl Kugler (kugler@us.ibm.com)
Tue, 3 Mar 1998 17:56:35 -0500
I just watched it do two GETs on one connection:
Requests:
GET / HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)
Host: localhost
Connection: Keep-Alive
GET /Admin/lgmast.gif HTTP/1.1
Accept: */*
Referer: http://localhost/
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)
Host: localhost
Connection: Keep-Alive
Responses:
HTTP/1.1 200 Document follows
Server: Domino-Go-Webserver/4.6
Date: Tue, 03 Mar 1998 22:35:05 GMT
Connection: Keep-Alive
Accept-Ranges: bytes
Vary: *
Content-Location: Frntpage.html
Content-Type: text/html
Content-Length: 2414
Last-Modified: Mon, 11 Aug 1997 17:39:59 GMT
...
HTTP/1.1 200 Document follows
Server: Domino-Go-Webserver/4.6
Date: Tue, 03 Mar 1998 22:35:06 GMT
Connection: Keep-Alive
Accept-Ranges: bytes
Content-Type: image/gif
Content-Length: 14865
Last-Modified: Mon, 11 Aug 1997 17:40:17 GMT
...
There were three GETs altogether, and one went by itself on a second co=
nnection.
I haven't seen MSIE put more than two requests on a connection.
Carl Kugler
yarong@microsoft.com on 03/03/98 02:44:23 PM
Please respond to yarong@microsoft.com @ internet
To: marcs@znep.com @ internet, lawrence@agranat.com @ internet
cc: HTTP-WG@cuckoo.hpl.hp.com @ internet
Subject: RE: looking for a browser that pipelines requests
IE 4.x does not pipeline requests.
Yaron
> -----Original Message-----
> From: Scott Lawrence [SMTP:lawrence@agranat.com]
> Sent: Tuesday, March 03, 1998 5:38 AM
> To: Marc Slemko
> Cc: HTTP-WG@cuckoo.hpl.hp.com
> Subject: Re: looking for a browser that pipelines requests
>
>
>
> On Tue, 3 Mar 1998, Marc Slemko wrote:
>
> > Has anyone verified if MSIE 4.x actually pipelines when talking to =
a 1.1
> > server?
>
> Yes, it does, and the performance difference is quite noticable even =
on a
> local connection.
>
=