Errored: apache/httpd#563 (2.4.x - 9f7631b)

2020-04-03 Thread Travis CI
Build Update for apache/httpd - Build: #563 Status: Errored Duration: 3 mins and 45 secs Commit: 9f7631b (2.4.x) Author: Ruediger Pluem Message: Merge r1874723 from trunk: * Use a loop instead of recursion to iterate over pool siblings Submitted by: rpluem

Re: [VOTE] Release httpd-2.4.43

2020-04-03 Thread William A Rowe Jr
On Mon, Mar 30, 2020 at 8:41 PM Jan Ehrhardt wrote: > William A Rowe Jr in gmane.comp.apache.devel (Mon, 30 Mar 2020 09:01:07 > -0500): > >I'm making no attempt to build against the no-longer-supported msldap API > >nor openldap which doesn't support building on windows. > > Maybe I am missing

Re: svn commit: r1875947 - in /httpd/httpd/trunk: include/http_request.h modules/http/http_core.c modules/http/http_request.c server/core.c server/core_filters.c server/request.c server/util_filter.c

2020-04-03 Thread Marion & Christophe JAILLET
Le 03/04/2020 à 20:41, Ruediger Pluem a écrit : I am undecided. I am not entirely convinced that it is a good name although all you said above is true, but on the other hand it is not that bad that I see a need to spend a lot of further time on this name searching topic :-). So +0. What do

Re: svn commit: r1875947 - in /httpd/httpd/trunk: include/http_request.h modules/http/http_core.c modules/http/http_request.c server/core.c server/core_filters.c server/request.c server/util_filter.c

2020-04-03 Thread Ruediger Pluem
On 4/3/20 6:39 PM, Yann Ylavic wrote: > On Thu, Apr 2, 2020 at 11:28 AM Ruediger Pluem wrote: >> >> So how about >> >> #define AP_BUCKET_HAS_UNKNOWN_LENGTH(e) ((e)->length == (apr_size_t)-1) > > Still quite mouthful.. > > What about? : > /** > * Determine if a bucket is opaque, i.e. of

Re: svn commit: r1875947 - in /httpd/httpd/trunk: include/http_request.h modules/http/http_core.c modules/http/http_request.c server/core.c server/core_filters.c server/request.c server/util_filter.c

2020-04-03 Thread Yann Ylavic
On Thu, Apr 2, 2020 at 11:28 AM Ruediger Pluem wrote: > > So how about > > #define AP_BUCKET_HAS_UNKNOWN_LENGTH(e) ((e)->length == (apr_size_t)-1) Still quite mouthful.. What about? : /** * Determine if a bucket is opaque, i.e. of unknown data length and type * @param e The bucket to inspect