Ian Holsman wrote:
> 
> On Thu, 2001-08-30 at 18:12, Greg Ames wrote:
> > Marc Slemko wrote:
> > >
> > > On 22 Aug 2001 [EMAIL PROTECTED] wrote:
> > >
> > > > gregames    01/08/22 16:12:24
> > > >
> > > >   Modified:    modules/filters mod_include.c
> > > >   Log:
> > > >   get rid of nuisance log messages due to subrequests failing with EPIPE
> > >
> > > Erm... forgive me if I haven't followed any discussion on this...
> > > but why are subrequests failing with EPIPE, and why is that considered
> > > "normal"?
> >
> > I see EPIPE on FreeBSD when the user hits stop on the browser and goes
> > off to a different site.
> >
> 
> Is there any way to log when people 'stop' the downlaod ?

Sure.  Set LogLevel info in the config file.  That will cause
CoreOutputFilter to log write errors, in addition to this code in
mod_include.  

To be consistent, I suppose we should do the same on the read side
(ap_getline and ap_get_client_block), but we didn't the last time I
looked.

Greg

Reply via email to