Re: Revisiting: xml2enc, mod_proxy_html and content compression

2014-02-10 Thread Thomas Eckert
Doesn't +else { +/* default - only act if starts-with text/ or contains xml */ +wanted = !strncmp(ctype, text/, 5) || strstr(ctype, xml); +} suffer from the same problem as the original code ? So if the user did not give any xml2Types the default behaviour will hit the

RE: [PATCH ASF bugzilla# 55897]prefork_mpm patch with SO_REUSEPORT support

2014-02-10 Thread Lu, Yingqi
Hi All, I just want to ping again on this patch to see if there are any feedback and comments. This is our first patch to the Apache community. Please let us know if there is anything we can do to help you test and comment the patch. Thanks, Yingqi From: Lu, Yingqi Sent: Friday, January 24,

RE: [PATCH ASF bugzilla# 55897]prefork_mpm patch with SO_REUSEPORT support

2014-02-10 Thread Lu, Yingqi
I am reattaching the patch in case you missed the original email. Thanks, Yingqi From: Lu, Yingqi Sent: Monday, February 10, 2014 11:09 AM To: dev@httpd.apache.org Subject: RE: [PATCH ASF bugzilla# 55897]prefork_mpm patch with SO_REUSEPORT support Hi All, I just want to ping again on this