Re: apr_token_* conclusions (was: Better casecmpstr[n]?)

2015-11-26 Thread Jim Jagielski
ascii? ascii? ascii? :-) > On Nov 25, 2015, at 4:52 PM, Christophe JAILLET > wrote: > > Hi, > > just in case off, gnome as a set of function g_ascii_... > (see > https://developer.gnome.org/glib/2.28/glib-String-Utility-Functions.html#g-ascii-strcasecmp) >

Re: apr_token_* conclusions (was: Better casecmpstr[n]?)

2015-11-26 Thread Jim Jagielski
Yeah, SVN's 'svn_cstring_casecmp' and how it's used is pretty much inline with my thoughts on how httpd would use ours... > On Nov 25, 2015, at 5:10 PM, Bert Huijben wrote: > > We have a set of similar comparison functions in Subversion. I’m pretty sure > we already had these

Re: apr_token_* conclusions (was: Better casecmpstr[n]?)

2015-11-26 Thread William A Rowe Jr
Sounds right... Actually a fusion between svn_cstring_* and several existing ap_ and apr_ functions would be useful. SVN folk, any objection to APR appropriating these API's? 20/20 hindsight, is apr_cstring_ or shorter apr_cstr_ the way to go here? You all had to use the thing so I trust your

RE: H2 stream dependencies

2015-11-26 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: woensdag 25 november 2015 22:45 > To: dev@httpd.apache.org > Subject: RE: H2 stream dependencies > * 2 of these are related to HTTP/1.1 status lines where we no longer have > access to the reason field. > * 2

Re: H2 stream dependencies

2015-11-26 Thread Jan Ehrhardt
Bert Huijben in gmane.comp.apache.devel (Thu, 26 Nov 2015 18:36:00 +0100): >And another thing: gor my testing it would be useful if httpd would somehow >start logging how it received the requests... Currently it still logs >HTTP/1.1 in the access logs even for h2 requests. Apache 2.4.18-dev does

Re: svn commit: r1706669 - in /httpd/httpd/trunk: ./ include/ modules/http/ modules/ssl/ server/ server/mpm/event/ server/mpm/motorz/ server/mpm/simple/

2015-11-26 Thread Christophe JAILLET
Le 04/10/2015 12:10, minf...@apache.org a écrit : Author: minfrin Date: Sun Oct 4 10:10:51 2015 New Revision: 1706669 URL: http://svn.apache.org/viewvc?rev=1706669=rev Log: core: Extend support for asynchronous write completion from the network filter to any connection or request filter.

RE: H2 stream dependencies

2015-11-26 Thread Bert Huijben
> -Original Message- > From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] > Sent: donderdag 26 november 2015 19:20 > To: dev@httpd.apache.org > Subject: Re: H2 stream dependencies > > Bert Huijben in gmane.comp.apache.devel (Thu, 26 Nov 2015 18:36:00 > +0100): > >And another thing: gor my