Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread Stefan Eissing
> Am 01.04.2022 um 08:47 schrieb jean-frederic clere : > > On 31/03/2022 12:59, Ruediger Pluem wrote: >> On 3/31/22 12:34 PM, Stefan Eissing wrote: >>> >>> Am 31.03.2022 um 11:55 schrieb Ruediger Pluem : On 3/31/22 11:11 AM, Ruediger Pluem wrote: > >

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread jean-frederic clere
On 01/04/2022 08:47, jean-frederic clere wrote: On 31/03/2022 12:59, Ruediger Pluem wrote: On 3/31/22 12:34 PM, Stefan Eissing wrote: Am 31.03.2022 um 11:55 schrieb Ruediger Pluem : On 3/31/22 11:11 AM, Ruediger Pluem wrote: On 3/30/22 4:42 PM, [email protected] wrote: Author: jfcl

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread jean-frederic clere
On 31/03/2022 12:34, Stefan Eissing wrote: Am 31.03.2022 um 11:55 schrieb Ruediger Pluem : On 3/31/22 11:11 AM, Ruediger Pluem wrote: On 3/30/22 4:42 PM, [email protected] wrote: Author: jfclere Date: Wed Mar 30 14:42:14 2022 New Revision: 1899390 URL: http://svn.apache.org/viewvc?rev

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread Ruediger Pluem
On 4/1/22 8:47 AM, jean-frederic clere wrote: > On 31/03/2022 12:59, Ruediger Pluem wrote: >> >> >> On 3/31/22 12:34 PM, Stefan Eissing wrote: >>> >>> Am 31.03.2022 um 11:55 schrieb Ruediger Pluem : On 3/31/22 11:11 AM, Ruediger Pluem wrote: > > > On 3/30/22

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread jean-frederic clere
On 01/04/2022 10:03, Ruediger Pluem wrote: On 4/1/22 8:47 AM, jean-frederic clere wrote: On 31/03/2022 12:59, Ruediger Pluem wrote: On 3/31/22 12:34 PM, Stefan Eissing wrote: Am 31.03.2022 um 11:55 schrieb Ruediger Pluem : On 3/31/22 11:11 AM, Ruediger Pluem wrote: On 3/30/22 4:42

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread Ruediger Pluem
On 4/1/22 10:23 AM, jean-frederic clere wrote: > On 01/04/2022 10:03, Ruediger Pluem wrote: >> > > Sure I have a PR to revert, waiting on travis... > >> Feel free to add a detection for such empty proxy blocks. I think a warning >> should be sufficient. How do you want to detect this? By insp

Re: HTTP and HTTP/1.x separation

2022-04-01 Thread Stefan Eissing
just a heads up: I will replace this PR with a series of smaller ones. The accumulated changes are too large to make someone review and have an opinion about it in reasonable time. I will therefore introduce the changes in small steps, trying to make them each easier to read. I have the first on

Re: svn commit: r1899390 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy.c modules/proxy/mod_proxy.h

2022-04-01 Thread Jim Jagielski
It was added in anticipation of the capability to be folded in, and done so "now" so that it would;t require any API changes. Unless it's actually breaking something, I'd vote to simply keep it > On Apr 1, 2022, at 3:42 AM, jean-frederic clere wrote: > > On 01/04/2022 08:47, jean-frederic cler

PR291 is dead, long live PR306!

2022-04-01 Thread Stefan Eissing
The first PR to separate HTTP and HTTP/1.x processing is in: https://github.com/apache/httpd/pull/306 This is a small subset of PR291 that is easier to read. While it has all API additions from PR291, it only uses a subset in the implementation. With further use coming in future PRs. This PRs f