mod_proxy_fcgi bug using CONTENT_LENGTH and Transfer-Encoding chunked

2020-06-16 Thread Oliver Dunk
Hi, I wanted to politely ask if anyone could take a look at https://bz.apache.org/bugzilla/show_bug.cgi?id=57087 . This is an issue where CONTENT_LENGTH isn’t forwarded correctly when using Transfer-Encoding chunked. I feel uncomfortable

Still Failing: apache/httpd#815 (trunk - 130eac3)

2020-06-16 Thread Travis CI
Build Update for apache/httpd - Build: #815 Status: Still Failing Duration: 8 mins and 54 secs Commit: 130eac3 (trunk) Author: Joe Orton Message: mod_ldap: Use the LDAP API directly to implement the rebind callback for modern versions of OpenLDAP, avoiding the

Re: [PATCH] mod_ldap: fix apr_ldap_rebind_remove() use

2020-06-16 Thread Eric Covener
On Tue, Jun 16, 2020 at 10:40 AM Joe Orton wrote: > > On Thu, May 07, 2020 at 09:50:26AM -0400, Eric Covener wrote: > > On Thu, May 7, 2020 at 9:39 AM Joe Orton wrote: > > > Better question... or stupider question? For "modern" OpenLDAP where > > > ldap_set_rebind_proc takes a void *, this

Re: [PATCH] mod_ldap: fix apr_ldap_rebind_remove() use

2020-06-16 Thread Joe Orton
On Thu, May 07, 2020 at 09:50:26AM -0400, Eric Covener wrote: > On Thu, May 7, 2020 at 9:39 AM Joe Orton wrote: > > Better question... or stupider question? For "modern" OpenLDAP where > > ldap_set_rebind_proc takes a void *, this linked list cache is > > completely redundant and you can

Re: Broken: apache/httpd#804 (trunk - 97bc128)

2020-06-16 Thread Ruediger Pluem
On 6/16/20 9:29 AM, Stefan Eissing wrote: >> Am 15.06.2020 um 21:46 schrieb Ruediger Pluem : >> >> I would like to unblock the test failure on trunk soon. Any comments on the >> below? > > I am not really familiar with ap_parse_request_line() and why it was added > there. Yann? > > As to

Re: Broken: apache/httpd#804 (trunk - 97bc128)

2020-06-16 Thread Stefan Eissing
> Am 15.06.2020 um 21:46 schrieb Ruediger Pluem : > > I would like to unblock the test failure on trunk soon. Any comments on the > below? I am not really familiar with ap_parse_request_line() and why it was added there. Yann? As to "faking" the http version of a request, that does not look