On 4/1/20 11:44 PM, Mike Rumph wrote:
> I'm not very familiar with this code, so my questions might not make sense.
>
> But take a look at the following two code segments in
> ssl_io_filter_coalesce():
>
> for (e = APR_BRIGADE_FIRST(bb);
> e != APR_BRIGADE_SENTINEL(bb)
>
On 3/31/20 6:22 PM, yla...@apache.org wrote:
> Author: ylavic
> Date: Tue Mar 31 16:22:53 2020
> New Revision: 1875947
>
> URL: http://svn.apache.org/viewvc?rev=1875947&view=rev
> Log:
> core: handle morphing buckets setaside/reinstate and kill request core filter.
>
> The purpose of ap_reques
I'm not very familiar with this code, so my questions might not make sense.
But take a look at the following two code segments in
ssl_io_filter_coalesce():
for (e = APR_BRIGADE_FIRST(bb);
e != APR_BRIGADE_SENTINEL(bb)
&& !APR_BUCKET_IS_METADATA(e)
&& e->leng
On 4/1/20 2:38 PM, Joe Orton wrote:
> On Wed, Apr 01, 2020 at 02:04:21PM +0200, Ruediger Pluem wrote:
>> On 3/30/20 3:18 PM, jor...@apache.org wrote:
>>>
>>> -rv = apr_bucket_split(e, COALESCE_BYTES - (buffered + bytes));
>>> +/* If the read above made the bucket morph, it may
On 4/1/20 2:58 PM, drugg...@apache.org wrote:
> Author: druggeri
> Date: Wed Apr 1 12:58:58 2020
> New Revision: 1876001
>
> URL: http://svn.apache.org/viewvc?rev=1876001&view=rev
> Log:
> Updates for announcement of 2.4.43
>
> Modified:
> httpd/httpd/branches/2.4.x/CHANGES
> httpd/ht
On Wed, Apr 1, 2020 at 2:39 PM Joe Orton wrote:
>
> On Wed, Apr 01, 2020 at 02:04:21PM +0200, Ruediger Pluem wrote:
> > On 3/30/20 3:18 PM, jor...@apache.org wrote:
> > >
> > > -rv = apr_bucket_split(e, COALESCE_BYTES - (buffered + bytes));
> > > +/* If the read above made the buck
On Wed, Apr 01, 2020 at 02:04:21PM +0200, Ruediger Pluem wrote:
> On 3/30/20 3:18 PM, jor...@apache.org wrote:
> >
> > -rv = apr_bucket_split(e, COALESCE_BYTES - (buffered + bytes));
> > +/* If the read above made the bucket morph, it may now fit
> > + * entirely within th
On 3/30/20 3:18 PM, jor...@apache.org wrote:
> Author: jorton
> Date: Mon Mar 30 13:18:29 2020
> New Revision: 1875881
>
> URL: http://svn.apache.org/viewvc?rev=1875881&view=rev
> Log:
> * modules/ssl/ssl_engine_io.c: (ssl_io_filter_coalesce): Handle the
> case of a bucket which morphs to a b
On 4/1/20 11:02 AM, Joe Orton wrote:
> On Wed, Apr 01, 2020 at 10:06:20AM +0200, Ruediger Pluem wrote:
>>
>>
>> On 4/1/20 9:53 AM, Joe Orton wrote:
>>> On Wed, Apr 01, 2020 at 09:24:27AM +0200, Ruediger Pluem wrote:
I have checked socket, pipe and cgi buckets and none of them seem to
On Wed, Apr 01, 2020 at 10:06:20AM +0200, Ruediger Pluem wrote:
>
>
> On 4/1/20 9:53 AM, Joe Orton wrote:
> > On Wed, Apr 01, 2020 at 09:24:27AM +0200, Ruediger Pluem wrote:
> >> I have checked socket, pipe and cgi buckets and none of them seem to
> >> return EOF. In case they hit EOF they repla
On 4/1/20 9:53 AM, Joe Orton wrote:
> On Wed, Apr 01, 2020 at 09:24:27AM +0200, Ruediger Pluem wrote:
>> I have checked socket, pipe and cgi buckets and none of them seem to return
>> EOF. In case they hit EOF they replace themselves with
>> an immortal bucket of length 0. So above seems just a
On Wed, Apr 01, 2020 at 09:24:27AM +0200, Ruediger Pluem wrote:
> I have checked socket, pipe and cgi buckets and none of them seem to return
> EOF. In case they hit EOF they replace themselves with
> an immortal bucket of length 0. So above seems just an additional safety if a
> (future) morphin
On 3/31/20 6:52 PM, Yann Ylavic wrote:
> On Tue, Mar 31, 2020 at 7:35 AM Ruediger Pluem wrote:
>>
>> On 3/31/20 1:19 AM, Yann Ylavic wrote:
>>
>> An idea would be a to have a filter that comes after all request filters
>> (either as very first connection filter or in the same
>> position as t
On 3/31/20 6:31 PM, Yann Ylavic wrote:
> On Tue, Mar 31, 2020 at 7:11 AM Ruediger Pluem wrote:
>>
>> On 3/31/20 1:19 AM, Yann Ylavic wrote:
>>> Index: server/core_filters.c
>>> ===
>>> --- server/core_filters.c (revision 187588
14 matches
Mail list logo