Re: proxy API compat break in 2.4.7

2016-04-07 Thread Rainer Jung
Am 08.04.2016 um 00:55 schrieb Yann Ylavic: On Thu, Apr 7, 2016 at 8:09 PM, Rainer Jung wrote: Revision 1560081 (backport of r1533087) introduced "char uds_path[PROXY_WORKER_MAX_NAME_SIZE]" in the middle of the proxy_worker_shared structure which IMHO broke

Re: proxy API compat break in 2.4.7

2016-04-07 Thread Yann Ylavic
On Thu, Apr 7, 2016 at 8:09 PM, Rainer Jung wrote: > Revision 1560081 (backport of r1533087) introduced "char > uds_path[PROXY_WORKER_MAX_NAME_SIZE]" in the middle of the > proxy_worker_shared structure which IMHO broke compatibility between 2.4.6 > and 2.4.7. Possibly

Fwd: [Httpd Wiki] Update of "Face2Face" by 24.163.50.115

2016-04-07 Thread Eric Covener
FYI. I also opened a ticket to add a confluence-based wiki since the performance of this one is so painful. If it is created soon, I will port this page and add a link. -- Forwarded message -- From: Apache Wiki Date: Thu, Apr 7, 2016 at 6:10 PM Subject:

Re: proxy API compat break in 2.4.7

2016-04-07 Thread Rainer Jung
Thanks, fully agreed. I added short notes in r1738184. Regards, Rainer Am 07.04.2016 um 21:36 schrieb William A Rowe Jr: The first most important documentation of this should be in ap_mmn.h, as we've done in the past (you'll see some highlights). A note under the CHANGES entry for 2.4.7

Re: proxy API compat break in 2.4.7

2016-04-07 Thread William A Rowe Jr
The first most important documentation of this should be in ap_mmn.h, as we've done in the past (you'll see some highlights). A note under the CHANGES entry for 2.4.7 seems worthwhile. Pointing this out under Announcement seems appropriate, that users of third party mod_proxy-consuming modules

proxy API compat break in 2.4.7

2016-04-07 Thread Rainer Jung
Revision 1560081 (backport of r1533087) introduced "char uds_path[PROXY_WORKER_MAX_NAME_SIZE]" in the middle of the proxy_worker_shared structure which IMHO broke compatibility between 2.4.6 and 2.4.7. I noticed it just now, because I was implementing a custom LB method and during runtime it