Re: async mpms + http2

2015-12-15 Thread Graham Leggett
On 15 Dec 2015, at 5:44 PM, Stefan Eissing wrote: > However, there is another state in HTTP/2 processing, where a BLOCK_READ is > performed: flow control on streaming out responses. Basically, the client has > a window of n bytes, the server sends n response

Branching for 6.1.x tomorrow

2015-12-15 Thread Leif Hedstrom
Hi all, I’m planning on branching 6.1.x tomorrow afternoon, so please take a look at your Jira’s, and update / move them accordingly. Cheers, — leif

doxygen docs

2015-12-15 Thread Alan Nilsson
There used to be an online doxygen API ref @ https://ci.apache.org/projects/httpd/trunk/doxygen/. That has been gone for a while now. Does anyone know of another online API ref for 2.4? Or does anyone have a working doxygen conf to build from the source tree? I cannot seem to get doxygen

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-15 Thread Jan Kaluža
On 12/14/2015 02:12 PM, jean-frederic clere wrote: Hi, I am sure I am doing something wrong, but when using a dummy crypto device to recreate a customer issue I am getting a similar issue in httpd-trunk but I am nearly sure someone would have complained here if that would be the case. Hi, I

Re: Branching for 6.1.x tomorrow

2015-12-15 Thread Leif Hedstrom
> On Dec 15, 2015, at 12:02 PM, Leif Hedstrom wrote: > > Hi all, > > I’m planning on branching 6.1.x tomorrow afternoon, so please take a look at > your Jira’s, and update / move them accordingly. sorry about the wrong dev@ list :-/. — leif

Re: OpenSSL 0.9.8/1.0.0 on Trunk

2015-12-15 Thread Mike Rumph
FYI. Bug 58737 was just opened today for this error. Thanks, Mike On 12/14/2015 10:15 AM, William A Rowe Jr wrote: W.r.t. http://svn.apache.org/r1719967 - I'm +1 for the backport. I'd like to propose we remove all support from *trunk* for OpenSSL < 1.0.1 effective now...

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-15 Thread Yann Ylavic
Hi Jan, On Tue, Dec 15, 2015 at 12:51 PM, Jan Kaluža wrote: > > I think I've just fixed that in . I will > also propose that for 2.4.x and 2.2.x. Shouldn't we do the same for ecparams below? Regards, Yann.

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-15 Thread Jan Kaluža
On 12/15/2015 02:16 PM, Yann Ylavic wrote: Hi Jan, On Tue, Dec 15, 2015 at 12:51 PM, Jan Kaluža wrote: I think I've just fixed that in . I will also propose that for 2.4.x and 2.2.x. Shouldn't we do the same for ecparams below? Probably

Re: OpenSSL 0.9.8/1.0.0 on Trunk

2015-12-15 Thread William A Rowe Jr
As an alternative, we can flag removing pre openssl 1.0.1 support as a showstopper in STATUS and leave it be for a while longer to make backports a bit easier. Thoughts? On Dec 14, 2015 12:35, "Ruediger Pluem" wrote: > > > On 12/14/2015 07:15 PM, William A Rowe Jr wrote: > >

async mpms + http2

2015-12-15 Thread Stefan Eissing
I just committed a change in mod_http2 that will return idle connections back to the mpm, expecting to be invoked again when new data arrives. I learned quite something about event (have not looked much at motorz yet) and am thinking about improvements. If knowledgeable people could give me a