Re: svn commit: r1692486 [2/2] - in /httpd/httpd/trunk: docs/log-message-tags/ include/ modules/http2/ modules/ssl/ server/

2015-08-17 Thread Stefan Eissing
Am 24.07.2015 um 15:51 schrieb Ruediger Pluem rpl...@apache.org: +/* Something like this must be in APR, only I do not find it... */ +static int array_index(apr_array_header_t *array, const char *s) +{ +int i; +for (i = 0; i array-nelts; i++) { +const char *p =

Re: svn commit: r1692486 [2/2] - in /httpd/httpd/trunk: docs/log-message-tags/ include/ modules/http2/ modules/ssl/ server/

2015-07-24 Thread Ruediger Pluem
On 07/24/2015 02:09 PM, ic...@apache.org wrote: Modified: httpd/httpd/trunk/server/protocol.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=1692486r1=1692485r2=1692486view=diff == ---