Re: httpd track in Seville

2016-09-09 Thread William A Rowe Jr
On Tue, Aug 30, 2016 at 8:34 AM, Rich Bowen wrote: > > To this end, we've started to put together a proposed list of talks that > we'd like to see people submit, in the hopes that we end up with 2 days > - a user track, and a developer track - of httpd content. > >

Re: svn commit: r1757982 - /httpd/httpd/branches/2.4.x/STATUS

2016-09-09 Thread Yann Ylavic
On Sat, Aug 27, 2016 at 12:12 PM, wrote: > Author: elukey > Date: Sat Aug 27 10:12:23 2016 > New Revision: 1757982 > > URL: http://svn.apache.org/viewvc?rev=1757982=rev > Log: > Updated backport proposal with the latest discussion on dev@ > about Last-Modified header handling.

Re: svn commit: r1759415 - /httpd/httpd/trunk/include/http_config.h

2016-09-09 Thread Yann Ylavic
On Fri, Sep 9, 2016 at 1:32 PM, Joe Orton wrote: > On Tue, Sep 06, 2016 at 02:26:54PM +0200, Yann Ylavic wrote: >> Maybe we could backport r1702948 (and this commit, which I think is a >> better naming for the attribute) ? > > +1 from me to doing both, these new warnings are

Re: svn commit: r1759415 - /httpd/httpd/trunk/include/http_config.h

2016-09-09 Thread Jacob Champion
On 09/09/2016 04:32 AM, Joe Orton wrote: On Tue, Sep 06, 2016 at 02:26:54PM +0200, Yann Ylavic wrote: This makes the static variable used in an inline function, which itself may be unused but compilers do not warn about this (usually...). WDYT? FWIW I'd substitute "usually" for "yet", I

Re: svn commit: r1759984 - /httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c

2016-09-09 Thread Ruediger Pluem
On 09/09/2016 01:17 PM, elu...@apache.org wrote: > Author: elukey > Date: Fri Sep 9 11:17:36 2016 > New Revision: 1759984 > > URL: http://svn.apache.org/viewvc?rev=1759984=rev > Log: > mod_proxy_fcgi: handle the HTTP 412 use case > > This is a follow up of http://svn.apache.org/r1752347; >

Re: httpd track in Seville

2016-09-09 Thread Rich Bowen
Last chance. CFP closes tonight. On Sep 6, 2016 09:59, "Luca Toscano" wrote: > > > 2016-08-30 15:34 GMT+02:00 Rich Bowen : > >> As you know, the CFP for ApacheCon closes in less than 2 weeks. It would >> be awesome if we could pull together an httpd

Re: svn commit: r1759415 - /httpd/httpd/trunk/include/http_config.h

2016-09-09 Thread Joe Orton
On Tue, Sep 06, 2016 at 02:26:54PM +0200, Yann Ylavic wrote: > Maybe we could backport r1702948 (and this commit, which I think is a > better naming for the attribute) ? +1 from me to doing both, these new warnings are annoying. MAYBE_UNSUED is definitely a better name. > Alternatively, if

Re: Feedback for mod_proxy_fcgi and 412 precondition failures

2016-09-09 Thread Luca Toscano
2016-09-07 22:41 GMT+02:00 Jacob Champion : > On 09/07/2016 11:25 AM, Luca Toscano wrote: > > Index: modules/proxy/mod_proxy_fcgi.c > > === > > --- modules/proxy/mod_proxy_fcgi.c (revision 1759650) > > +++