Re: How to test if request has been aborted

2011-07-30 Thread Sorin Manolache
On Sat, Jul 30, 2011 at 01:02, Tony Abo t...@hitech.com wrote: On Fri, Jul 29, 2011 at 02:35, Tony Abo t...@hitech.com wrote:  I need to cut the processing short if the user decides to press the stop button on the browser. I cant seem to figure out how to test for that condition from

Re: [NOTICE] Intent to TR httpd 2.3.14

2011-07-30 Thread Rainer Jung
I did some test builds for r1151214 on Solaris 10 Sparc: - Building against APR trunk with reallyall failed because of missing ldap support in apr trunk. Building against with all and disabled ldap works - For static builds it seems mod_watchdog and mod_proxy_fdpass are still build as dynamic

Problem in mod_deflate

2011-07-30 Thread Torsten Förtsch
Hi, the DEFLATE output filter contains this piece of code (as of server magic number 20110724) if (!ctx) { char *token; const char *encoding; /* Delay initialization until we have seen some data */ e = APR_BRIGADE_FIRST(bb); while (1) {

Re: svn commit: r1146418 - in /httpd/httpd/trunk: CHANGES modules/filters/mod_deflate.c

2011-07-30 Thread Nick Kew
On 13 Jul 2011, at 21:38, s...@apache.org wrote: Author: sf Date: Wed Jul 13 20:38:33 2011 New Revision: 1146418 URL: http://svn.apache.org/viewvc?rev=1146418view=rev Log: Don't try to compress requests with a zero sized body. PR: 51350 PR 51590 tells us this introduces a new