> -----Ursprüngliche Nachricht----- > Von: Paul Querna > Gesendet: Dienstag, 28. Oktober 2008 04:35 > An: [email protected] > Cc: [EMAIL PROTECTED] > Betreff: Re: svn commit: r708144 - > /httpd/httpd/trunk/server/core_filters.c > > [EMAIL PROTECTED] wrote: > > Author: rpluem > > Date: Mon Oct 27 04:39:04 2008 > > New Revision: 708144 > > > > URL: http://svn.apache.org/viewvc?rev=708144&view=rev > > Log: > > * Do more greedy reads in the core input filter to get more > closer to the > > number of bytes requested. > > Curious what you were seeing that this was needed? > > Something funky with event or one of the other MPMs?
Neither. There is a situation in the proxy where we are willing to read large chunks of the backend response (ProxyIOBuffersize) at once but could't do this. An apr_bucket_read from a socket bucket delivers at most 8000 bytes regardless if there is more data available to read in the TCP buffers. Regards Rüdiger
