Re: Current trunk does not build on Win

2018-04-10 Thread Eric Covener
> But why is this an issue? grep -r output_pending in 2.4.x branch > in modules/... and server/... shows me nothing. No problem with > an MMN major change on 2.5 branch. Ah good point. -- Eric Covener cove...@gmail.com

Re: ab issues (just on macOS?)

2018-04-10 Thread Jim Jagielski
What I did was force the ab from the test framework to bind itself to 127.0.0.1 and all is now working OK. > On Apr 10, 2018, at 1:33 PM, Joe Orton wrote: > > On Tue, Apr 10, 2018 at 08:47:03AM -0400, Jim Jagielski wrote: >> My understanding is that this patch was

Re: ab issues (just on macOS?)

2018-04-10 Thread Joe Orton
On Tue, Apr 10, 2018 at 08:47:03AM -0400, Jim Jagielski wrote: > My understanding is that this patch was specifically designed > to address this exact situation, so I am confused why it > seems to be causing the problem... It's like ab tries ::1, > doesn't connect and then fails immediately

Re: Current trunk does not build on Win

2018-04-10 Thread William A Rowe Jr
To thoroughly confuse... On Tue, Apr 10, 2018 at 10:49 AM, Eric Covener wrote: > On Tue, Apr 10, 2018 at 11:40 AM, William A Rowe Jr > wrote: >> On Tue, Apr 10, 2018 at 7:41 AM, Steffen wrote: >>> >>> Get: >>> >>> Error C2440

2.4.3x regression w/SSL vhost configs

2018-04-10 Thread Joe Orton
I don't quite understand the new AP_MODULE_FLAG_ALWAYS_MERGE logic so I'm struggling to debug this, but I've had a couple of reports that configurations like: Listen 443 https ServerName www.example.com:443 SSLCertificateFile ... ServerName other.example.com:443 worked in 2.4.29

Re: [PATCH 62186] POST request getting logged as GET request

2018-04-10 Thread Micha Lenk
This is a kind reminder that I still didn't get any response yet. Is there any additional information needed from my side? On 03/29/2018 09:09 PM, Micha Lenk wrote: Hi Apache httpd committers, I think I've found a bug which triggers under following conditions: * Apache is configured to

Re: Current trunk does not build on Win

2018-04-10 Thread Eric Covener
On Tue, Apr 10, 2018 at 11:40 AM, William A Rowe Jr wrote: > On Tue, Apr 10, 2018 at 7:41 AM, Steffen wrote: >> >> Get: >> >> Error C2440 'function': cannot convert from 'int (__stdcall *)(conn_rec *)' >> to 'ap_HOOK_output_pending_t (__cdecl *)'

Re: Current trunk does not build on Win

2018-04-10 Thread William A Rowe Jr
On Tue, Apr 10, 2018 at 7:41 AM, Steffen wrote: > > Get: > > Error C2440 'function': cannot convert from 'int (__stdcall *)(conn_rec *)' > to 'ap_HOOK_output_pending_t (__cdecl *)' libhttpd > ..\VC15\trunk\server\core.c 5724 '(__stdcall *)(conn_rec *)' != '(__cdecl *)

Re: TLSv1.3

2018-04-10 Thread William A Rowe Jr
On Sun, Apr 8, 2018 at 11:37 AM, Bernard Spil wrote: > Hi Stefan, Mario, > > I saw that 2.5.1-dev was tagged, is another release coming some time soon? Worried me enough to look; http://svn.apache.org/repos/asf/httpd/httpd/tags/ Thankfully nobody made such a tag. You'll note

Re: ab issues (just on macOS?)

2018-04-10 Thread Jim Jagielski
My understanding is that this patch was specifically designed to address this exact situation, so I am confused why it seems to be causing the problem... It's like ab tries ::1, doesn't connect and then fails immediately instead of then trying 127.0.0.1... > On Apr 10, 2018, at 7:14 AM, Jim

Current trunk does not build on Win

2018-04-10 Thread Steffen
Get: Error C2440 'function': cannot convert from 'int (__stdcall *)(conn_rec *)' to 'ap_HOOK_output_pending_t (__cdecl *)' libhttpd ..\VC15\trunk\server\core.c 5724 When I remove the hook in core.c : ap_hook_output_pending(ap_filter_output_pending, NULL, NULL,

Re: ab issues (just on macOS?)

2018-04-10 Thread Jim Jagielski
My test and build system is IPv4 w/ IPv6 Local Link Only. > On Apr 10, 2018, at 7:19 AM, Eric Covener wrote: > > On Tue, Apr 10, 2018 at 7:14 AM, Jim Jagielski wrote: >> Yeah... this seems related to >> >>

Re: ab issues (just on macOS?)

2018-04-10 Thread Stefan Eissing
Some Linux setups mention ::1 for localhost first in /etc/hosts. I vaguely remember once having been bitten by that. > Am 10.04.2018 um 13:19 schrieb Eric Covener : > > On Tue, Apr 10, 2018 at 7:14 AM, Jim Jagielski wrote: >> Yeah... this seems related to

Re: buildbot success in on httpd-trunk

2018-04-10 Thread Rainer Jung
Hi Steffen, Am 10.04.2018 um 12:36 schrieb Steffen: Fits the subject:  someone says he has  success , but I have no success to build Trunk revision 1828799 (current). OK, I got confused by your followup mail talking about copying files from trunk to 2.4. By the way: this "someone" is

Re: ab issues (just on macOS?)

2018-04-10 Thread Eric Covener
On Tue, Apr 10, 2018 at 7:14 AM, Jim Jagielski wrote: > Yeah... this seems related to > > http://svn.apache.org/viewvc?view=revision=1826891 Hrm -- My test config is all ipv4-only on linux (Listen 0.0.0.0:*) so w/o that patch if localhost returned ::1 first you'd get the

Re: ab issues (just on macOS?)

2018-04-10 Thread Jim Jagielski
Yeah... this seems related to http://svn.apache.org/viewvc?view=revision=1826891 > On Apr 10, 2018, at 7:06 AM, Jim Jagielski wrote: > > % host localhost. > localhost has address 127.0.0.1 > localhost has IPv6 address ::1 > > What I think is going on is that ab is using

Re: ab issues (just on macOS?)

2018-04-10 Thread Jim Jagielski
% host localhost. localhost has address 127.0.0.1 localhost has IPv6 address ::1 What I think is going on is that ab is using ::1 but httpd is just bound on 127.0.0.1 > On Apr 9, 2018, at 7:19 PM, Daniel Ruggeri wrote: > > That's interesting. Does your machine bind on

Re: buildbot success in on httpd-trunk

2018-04-10 Thread Steffen
Fits the subject: someone says he has success , but I have no success to build Trunk revision 1828799 (current). Error C2440 'function': cannot convert from 'int (__stdcall *)(conn_rec *)' to 'ap_HOOK_output_pending_t (__cdecl *)' libhttpd ...\trunk\server\core.c 5724 Had to remove an

Re: TLSv1.3

2018-04-10 Thread Stefan Eissing
> Am 08.04.2018 um 18:37 schrieb Bernard Spil : > > Hi Stefan, Mario, > > LibreSSL will hopefully add TLSv1.3 to the next version (ca. 6 > months). So I can't test with that just yet. > > Yes, it does work only with Firefox Nightly. :/ Google Chrome Beta > doesn't negotiate