You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1996/07/15 03:55:13 UTC

Re: WWW Form Bug Report: "SSI ... (+ mod_xinclude.c)

BTW, if this is a valid fix, then Howard you should probably look to
see if you inherrited the bug for mod_xinclude.c



 >==========
> >*** apache-1.1.1/src/mod_include.c      Tue Jul  9 12:43:18 1996
> >--- apache-1.1.1a/src/mod_include.c     Sun Jul 14 20:03:25 1996
> >***************
> >*** 506,512 ****
> >          return -1;
> > 
> >      send_fd(f,r);
> >!     pfclose(r->pool, f);      /* will wait for zombie when
> >                                 * r->pool is cleared
> >                                 */
> >      return 0;
> >--- 506,512 ----
> >          return -1;
> > 
> >      send_fd(f,r);
> >!     pfclose(r->connection->pool, f);  /* will wait for zombie when
> >                                 * r->pool is cleared
> >                                 */
> >      return 0;
> >===========
> >