[jira] Work stopped: (MODPYTHON-171) Assignment to req.filename and POSIX style pathnames.

2006-10-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-171?page=all ] Work on MODPYTHON-171 stopped by Graham Dumpleton. Assignment to req.filename and POSIX style pathnames. - Key: MODPYTHON-171 URL:

[jira] Assigned: (MODPYTHON-159) multiline headers in multipart/form not handled

2006-10-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-159?page=all ] Graham Dumpleton reassigned MODPYTHON-159: -- Assignee: Graham Dumpleton multiline headers in multipart/form not handled ---

[jira] Resolved: (MODPYTHON-159) multiline headers in multipart/form not handled

2006-10-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-159?page=all ] Graham Dumpleton resolved MODPYTHON-159. Resolution: Fixed multiline headers in multipart/form not handled --- Key:

[jira] Assigned: (MODPYTHON-187) Hang on subscripted access to request.subprocess_env.

2006-10-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-187?page=all ] Graham Dumpleton reassigned MODPYTHON-187: -- Assignee: Graham Dumpleton Hang on subscripted access to request.subprocess_env. -

[jira] Work started: (MODPYTHON-187) Hang on subscripted access to request.subprocess_env.

2006-10-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-187?page=all ] Work on MODPYTHON-187 started by Graham Dumpleton. Hang on subscripted access to request.subprocess_env. - Key: MODPYTHON-187 URL:

[jira] Resolved: (MODPYTHON-187) Hang on subscripted access to request.subprocess_env.

2006-10-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-187?page=all ] Graham Dumpleton resolved MODPYTHON-187. Resolution: Fixed Although table_traverse() was changed, not sure it is every called as garbage collecting not enabled for this class type.

[jira] Resolved: (MODPYTHON-189) repr() for various objects doesn't convert data members correctly.

2006-10-01 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-189?page=all ] Graham Dumpleton resolved MODPYTHON-189. Fix Version/s: 3.3 Resolution: Fixed repr() for various objects doesn't convert data members correctly.

Re: [PATCH] mod_disk_cache working LFS (filecopy)

2006-10-01 Thread Niklas Edmundsson
On Sat, 30 Sep 2006, Davi Arnaut wrote: Hi, Wouldn't you avoid a lot of complexity in this patch if you just deleted from the brigade the implicitly created heap buckets while reading file buckets ? Something like: store_body: .. if (is_file_bucket(bucket))

Re: svn commit: r451580 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

2006-10-01 Thread Jeff Trawick
On 9/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: mturk Date: Sat Sep 30 04:04:46 2006 New Revision: 451580 URL: http://svn.apache.org/viewvc?view=revrev=451580 Log: Add alternative is_socket_connected implementation. +/* Wait one microsecond */ +if (rc == 0) { +

Re: [PATCH] mod_disk_cache working LFS (filecopy)

2006-10-01 Thread Davi Arnaut
Niklas Edmundsson wrote: On Sat, 30 Sep 2006, Davi Arnaut wrote: Hi, Wouldn't you avoid a lot of complexity in this patch if you just deleted from the brigade the implicitly created heap buckets while reading file buckets ? Something like: store_body: .. if