Re: svn commit: r1877954 - in /httpd/httpd/trunk: docs/log-message-tags/ include/ modules/apreq/ modules/cache/ modules/dav/main/ modules/filters/ modules/http/ modules/mappers/ modules/proxy/ server/

2020-05-20 Thread Ruediger Pluem
On 5/20/20 5:58 PM, Yann Ylavic wrote: > On Wed, May 20, 2020 at 4:44 PM Ruediger Pluem wrote: >> >>> +return (!r->header_only >>> +&& (r->kept_body >>> +|| apr_table_get(r->headers_in, "Transfer-Encoding") >>> +|| ((cls =

Re: svn commit: r1877954 - in /httpd/httpd/trunk: docs/log-message-tags/ include/ modules/apreq/ modules/cache/ modules/dav/main/ modules/filters/ modules/http/ modules/mappers/ modules/proxy/ server/

2020-05-20 Thread Yann Ylavic
On Wed, May 20, 2020 at 4:44 PM Ruediger Pluem wrote: > > > +return (!r->header_only > > +&& (r->kept_body > > +|| apr_table_get(r->headers_in, "Transfer-Encoding") > > +|| ((cls = apr_table_get(r->headers_in, "Content-Length")) > > +

Re: svn commit: r1877954 - in /httpd/httpd/trunk: docs/log-message-tags/ include/ modules/apreq/ modules/cache/ modules/dav/main/ modules/filters/ modules/http/ modules/mappers/ modules/proxy/ server/

2020-05-20 Thread Ruediger Pluem
On 5/20/20 4:01 PM, yla...@apache.org wrote: > Author: ylavic > Date: Wed May 20 14:01:17 2020 > New Revision: 1877954 > > URL: http://svn.apache.org/viewvc?rev=1877954=rev > Log: > core,modules: provide/use ap_parse_strict_length() helper. > > It helps simplifying a lot of duplicated code

Re: Trunk :: crashes libhttpd.dll (scoreboard.c)

2020-05-20 Thread Ruediger Pluem
On 5/20/20 4:20 PM, Steffen Land wrote: > > Running production. Get crashes, mostly few times a day: > > Error log: > [mpm_winnt:notice] [pid 11936:tid 744] AH00428: Parent: child process 4980 > exited with status 3221225477 -- Restarting > > The thread tried to read from or write to a

Trunk :: crashes libhttpd.dll (scoreboard.c)

2020-05-20 Thread Steffen Land
Running production. Get crashes, mostly few times a day: Error log: [mpm_winnt:notice] [pid 11936:tid 744] AH00428: Parent: child process 4980 exited with status 3221225477 -- Restarting The thread tried to read from or write to a virtual address for which it does not have the appropriate