Ticket #940 (defect)
Opened 9 months ago
Last modified 8 months ago
408 timeout fix for ticket 847 needs backport to cherrpy 3.1 branch
Status: closed (fixed)
| Reported by: | swalker@opensolaris.org | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1.2 |
| Component: | wsgiserver | Keywords: | |
| Cc: |
For those of us still on the latest cherrypy 3.1.x release, a backport of the 408 timeout fix seen in bug 847 would be highly beneficial.
As such, I've backported the fix from revision 2281 of the cherrypy-3.1.x branch and had it applied and tested on our cherrypy server systems where we were seeing the issue described in ticket 847.
The patch can be found here:
http://cr.opensolaris.org/~swalker/408.patch
I'd appreciate it if someone could look over this and commit it to the 3.1.x branch.
If possible, a bugfix release based on the current contents of the 3.1.x branch would also be appreciated.
Without this fix, reverse proxy connections through apache with connection reuse enabled fail to work properly, which significantly degrades performance and prevents HTTP/1.1 pipelining, effectively.
Attachments
Change History
07/01/09 18:43:14: Modified by swalker@opensolaris.org
- attachment cp-ticket-847.patch added.
08/02/09 19:03:02: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Fixed in [2483].


Contents of 408.patch described in comment 1.