You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@worldgate.com> on 1997/12/23 16:29:41 UTC

Re: IE4 chunking error - more clues found

That means you missed Dean's patch the other day that says "this fixes
Rasmus's problem".  <g>  That would be...

       * Dean's [PATCH] fix Rasmus' chunking error
        <Pi...@twinlark.arctic.org>


On Tue, 23 Dec 1997 rasmus@bellglobal.com wrote:

> It has been discovered that if I replace my calls to rputc(ch,r); with 
> rwrite(buf,1,r); then all my IE4 chunking related problems go away.  
> 
> Does this mean that modules should not be using rputc()?  Does rputc() not
> do the appropriate HTTP/1.1 buffering?  (I am using the latest apachen CVS
> snapshot)
> 
> -Rasmus
> 


Re: IE4 chunking error - more clues found

Posted by ra...@bellglobal.com.
> I just forwarded it to new-httpd again.  Nope it hasn't been committed, it
> hasn't been voted on. 

Well, let me give it a big +1 then.  I just tried it and it seems to work 
fine for me.  It cleared up all the weird IE4 errors I was getting.

-Rasmus

Re: IE4 chunking error - more clues found

Posted by Dean Gaudet <dg...@arctic.org>.
I just forwarded it to new-httpd again.  Nope it hasn't been committed, it
hasn't been voted on. 

The rwrite() thing you found is a workaround for older versions of 1.3 if
you want to use it. 

Dean

On Tue, 23 Dec 1997 rasmus@bellglobal.com wrote:

> > That means you missed Dean's patch the other day that says "this fixes
> > Rasmus's problem".  <g>  That would be...
> > 
> >        * Dean's [PATCH] fix Rasmus' chunking error
> >         <Pi...@twinlark.arctic.org>
> 
> Has this not been comitted?  I just updated my cvs tree this morning.
> 
> And yes, I did miss that message.  Could someone forward me a copy so I
> can apply the patch and try it?
> 
> -Rasmus
> 


Re: IE4 chunking error - more clues found

Posted by ra...@bellglobal.com.
> That means you missed Dean's patch the other day that says "this fixes
> Rasmus's problem".  <g>  That would be...
> 
>        * Dean's [PATCH] fix Rasmus' chunking error
>         <Pi...@twinlark.arctic.org>

Has this not been comitted?  I just updated my cvs tree this morning.

And yes, I did miss that message.  Could someone forward me a copy so I
can apply the patch and try it?

-Rasmus