On Thu, Jul 22, 2004 at 12:20:33PM +0100, Nick Kew wrote:
> On Thu, 22 Jul 2004, Nick Kew wrote:
>
> > On Mon, 19 Jul 2004, Joe Orton wrote:
> >
> > > Nothing like that was posted to the list, at least. Patch below is
> > > still sufficient to fix the proxy+304 case; does it work for you too?
> >
> > Yes, mostly (it fixes the important bug that was previously a
> > showstopper).
>
> I attach a new patch based on yours. it fixes my testcases including
> headers for HEAD requests. Look OK to you?
Yup, other than the tab character.
> + if (APR_BUCKET_IS_EOS(APR_BRIGADE_FIRST(bb))) {
> + if (!encoding || !strcasecmp(encoding, "identity")) {
^^^