You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Marc Slemko <ma...@znep.com> on 1997/11/05 22:30:01 UTC

Re: general/1365: Large download from IE broken up and logged many times (fwd)

The following reply was made to PR general/1365; it has been noted by GNATS.

From: Marc Slemko <ma...@znep.com>
To: Apache bugs database <ap...@apache.org>
Cc:  Subject: Re: general/1365: Large download from IE broken up and logged many times (fwd)
Date: Wed, 5 Nov 1997 14:26:01 -0700 (MST)

 ---------- Forwarded message ----------
 Date: Wed, 5 Nov 1997 16:17:41 -0500
 From: Marty Mendetta <mm...@obd.com>
 To: marc@hyperreal.org
 Cc: apache-bugdb@apache.org
 Subject: Re: general/1365: Large download from IE broken up and logged many times
 
 Thanks for the reply Marc,
 
 This result can be produced at will and we've just recently noticed this
 with PDF files.
 
 Sample from the various browsers:
 
 NET4
 cpq5380.obd.com - - [05/Nov/1997:16:08:25 -0500] "GET /pdfs/1030.pdf
 HTTP/1.0" 200 820944
 
 IE4
 cpq5380.obd.com - - [05/Nov/1997:10:16:12 -0500] "GET /pdfs/1030.pdf
 HTTP/1.1" 200 40960
 cpq5380.obd.com - - [05/Nov/1997:10:16:19 -0500] "GET /pdfs/1030.pdf
 HTTP/1.1" 200 16384
 cpq5380.obd.com - - [05/Nov/1997:10:16:38 -0500] "GET /pdfs/1030.pdf
 HTTP/1.1" 200 820944
 
 IE3
 206.64.103.146 - - [05/Nov/1997:16:14:05 -0500] "GET /pdfs/1030.pdf
 HTTP/1.0" 200 106496
 206.64.103.146 - - [05/Nov/1997:16:14:06 -0500] "GET /pdfs/1030.pdf
 HTTP/1.0" 200 57344
 206.64.103.146 - - [05/Nov/1997:16:14:10 -0500] "GET /pdfs/1030.pdf
 HTTP/1.0" 206 790181
 
 
 Marty
 
 -----Original Message-----
 From: marc@hyperreal.org <ma...@hyperreal.org>
 To: apache-bugdb@apache.org <ap...@apache.org>; marc@apache.org
 <ma...@apache.org>; mm@obd.com <mm...@obd.com>
 Date: Wednesday, November 05, 1997 3:49 PM
 Subject: Re: general/1365: Large download from IE broken up and logged many
 times
 
 
 >Synopsis: Large download from IE broken up and logged many times
 >
 >State-Changed-From-To: open-analyzed
 >State-Changed-By: marc
 >State-Changed-When: Wed Nov  5 12:53:03 PST 1997
 >State-Changed-Why:
 >Can you reproduce this at will?
 >
 >Does it only happen on certain types of files?  eg. PDF files?
 >
 >Can you show some sample log entries?
 >
 >If IE is requesting the file in pieces, and it can do
 >so for most files using HTTP/1.1 byte ranges, then
 >Apache will log an entry for each request.  There isn't
 >anything else that Apache can do.
 >