You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2002/03/27 16:10:22 UTC

proxy doesn't dechunk in 1.3.24

There appears to be a major problem in the 1.3.24 proxy.  See:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7513



Re: proxy doesn't dechunk in 1.3.24

Posted by Graham Leggett <mi...@sharp.fm>.
Joshua Slive wrote:
> 
> On Wed, 27 Mar 2002, Graham Leggett wrote:
> > When I looked at the proxy code I could see nothing obvious that had
> > changed - proxy uses the core methods for sending headers and data to
> > the frontend, not sure what changed.
> 
> If I had to guess, I would say that this change:
> http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/modules/proxy/proxy_http.c.diff?r1=1.84&r2=1.85
> exposed some other problems.

I doubt it - this line is a write direct to the backend network. The
problem is happening (as I understand it) over the frontend connection,
which is generated by different code.

The key clue is the fact that there is a Transfer-Encoding header in the
response, which is specifically removed from the backend data - so
Apache is adding it back somehow.

(Not to say that it isn't, but rather to say that it is unlikely - I
don't know enough about how buff.c works to come directly to an answer)

Regards,
Graham
-- 
-----------------------------------------
minfrin@sharp.fm		"There's a moon
					over Bourbon Street
						tonight..."

Re: proxy doesn't dechunk in 1.3.24

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, 27 Mar 2002, Graham Leggett wrote:
> When I looked at the proxy code I could see nothing obvious that had
> changed - proxy uses the core methods for sending headers and data to
> the frontend, not sure what changed.

If I had to guess, I would say that this change:
http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/modules/proxy/proxy_http.c.diff?r1=1.84&r2=1.85
exposed some other problems.

Joshua.


Re: proxy doesn't dechunk in 1.3.24

Posted by Graham Leggett <mi...@sharp.fm>.
Joshua Slive wrote:

> There appears to be a major problem in the 1.3.24 proxy.  See:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7513

It was noted that this bug has appeared since 1.3.23 - will get a diff
between then and now to see if something along the way broke it.

When I looked at the proxy code I could see nothing obvious that had
changed - proxy uses the core methods for sending headers and data to
the frontend, not sure what changed.

Still looking...

Regards,
Graham
-- 
-----------------------------------------
minfrin@sharp.fm		"There's a moon
					over Bourbon Street
						tonight..."