hi bill, I agree with you about the proxy... Do you think it's possible to force the cache filter, be runned after all the proxy filters ?
Matthieu Bill Stoddard wrote: >>Hi again :) >> >>I did a patch modifiying mod_proxy to pass the entire data (response >>from backend server) to output_filter, unstead of brigade per brigade. >> >> >> >One comment (having not reviewed the patch): Proxy should stream bytes from >the backend server to the client as those bytes arrive. Proxy should not >require that the entire response from the backend be received before writing >to the client. > >Bill > > > > >