Re: [VOTE] Allow for defect fix releases at httpd

2018-04-30 Thread Eric Covener
On Mon, Apr 30, 2018 at 2:21 PM, Paul Querna wrote: > FTR I support moving to this versioning model. > > I tend to think the best way to accomplish it, is to "just start doing > it". Tag 2.6.0. Then tag 2.7.0 when there are new features, etc. > Of course, our versioning docs don't support this

Re: [VOTE] Allow for defect fix releases at httpd

2018-04-30 Thread Paul Querna
FTR I support moving to this versioning model. I tend to think the best way to accomplish it, is to "just start doing it". Tag 2.6.0. Then tag 2.7.0 when there are new features, etc. Of course, our versioning docs don't support this model, but the docs are a reflection of reality 15 years ago m

Re: [VOTE] Allow for defect fix releases at httpd

2018-04-30 Thread William A Rowe Jr
On Thu, Apr 26, 2018 at 1:51 PM, William A Rowe Jr wrote: > > [ ] The Apache HTTP Server project facilitates the release >of bug fixes to the current stable httpd release, correcting >defects to previously released code, excluding all new >features and enhancements. Thi

Re: http2 connection keepalive broken

2018-04-30 Thread Stefan Eissing
> Am 30.04.2018 um 12:15 schrieb Yann Ylavic : > > On Mon, Apr 30, 2018 at 12:06 PM, Stefan Eissing > wrote: >> >>> Am 30.04.2018 um 12:00 schrieb Yann Ylavic : >>> >>> There nothing wrong with returning CONN_STATE_WRITE_COMPLETION here >>> like before, CONN_STATE_HANDLER is wrong though. >>>

Re: http2 connection keepalive broken

2018-04-30 Thread Yann Ylavic
On Mon, Apr 30, 2018 at 12:06 PM, Stefan Eissing wrote: > >> Am 30.04.2018 um 12:00 schrieb Yann Ylavic : >> >> There nothing wrong with returning CONN_STATE_WRITE_COMPLETION here >> like before, CONN_STATE_HANDLER is wrong though. >> So the previous code with s/CONN_STATE_HANDLER/CONN_STATE_LINGE

Re: http2 connection keepalive broken

2018-04-30 Thread Stefan Eissing
> Am 30.04.2018 um 12:00 schrieb Yann Ylavic : > > On Mon, Apr 30, 2018 at 9:28 AM, Stefan Eissing > wrote: >> >> with the change http://svn.apache.org/r1819214 the keepalive handling >> in HTTP/2 was broken, as reported here >> >> https://github.com/icing/mod_h2/issues/160 > > Oh crap, I tho

Re: http2 connection keepalive broken

2018-04-30 Thread Yann Ylavic
On Mon, Apr 30, 2018 at 9:28 AM, Stefan Eissing wrote: > > with the change http://svn.apache.org/r1819214 the keepalive handling > in HTTP/2 was broken, as reported here > > https://github.com/icing/mod_h2/issues/160 Oh crap, I thougth that the h2 connection was over at this point (with its own k

http2 connection keepalive broken

2018-04-30 Thread Stefan Eissing
Yann, with the change http://svn.apache.org/r1819214 the keepalive handling in HTTP/2 was broken, as reported here https://github.com/icing/mod_h2/issues/160 If the mpm_event connection state handling is not suitable to honoring a keepalive setting, we need to fix this. Keeping idle connection