Re: master connection + mod_ssl + http2

2015-10-23 Thread Jim Jagielski
> On Oct 21, 2015, at 10:25 AM, Graham Leggett wrote: > > On 21 Oct 2015, at 2:42 PM, Stefan Eissing > wrote: > >> The basic changes: >> 1. conn_rec->master is NULL for HTTP/1.1 connections, but points to the >> "real" connection for HTTP/2

Re: master connection + mod_ssl + http2

2015-10-21 Thread Graham Leggett
On 21 Oct 2015, at 2:42 PM, Stefan Eissing wrote: > The basic changes: > 1. conn_rec->master is NULL for HTTP/1.1 connections, but points to the > "real" connection for HTTP/2 requests. > 2. mod_ssl no longer initalizes any SSLConnRec* for slave connections >

Re: master connection + mod_ssl + http2

2015-10-21 Thread Yann Ylavic
Hi Stefan, On Wed, Oct 21, 2015 at 2:42 PM, Stefan Eissing wrote: > Played around with the concept of master connections today. > > I attached a patch that - I think - goes in the right direction. Didn't look at all the details yet but it looks good to me. One

master connection + mod_ssl + http2

2015-10-21 Thread Stefan Eissing
Played around with the concept of master connections today. I attached a patch that - I think - goes in the right direction. But others know mod_ssl better than me. Feedback welcome! The basic changes: 1. conn_rec->master is NULL for HTTP/1.1 connections, but points to the "real" connection