On Oct 15, 2008, at 6:56 PM, Graham Leggett wrote:
Ruediger Pluem wrote:
Something else to try is to look at the ProxyIOBufferSize parameter.
The proxy reads from the backend in blocks, and as soon as a block
is
not full (ie it's the last block), the proxy will complete and
terminate
the backend request before sending the last block on to the client.
No. See below.
Oh dear - I know this optimisation is supposed to be there - I wrote
it.
Picking through the proxy code on v2.2, it looks like the
optimisation has been removed for some reason. The logic should flow
like this:
Hmmmm.... I'm not seeing it in trunk.