Actions
Bug #1045
closed303 redirect not handled
Status:
Fixed
Priority:
Urgent
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
Looking at lighttpd's
source, it seems there is no special handling for a 303 status. Instead, it is given the default case where it is assumed that no body needs to be sent. Since a Content-Length header is being sent, this leads to the client expecting a response when none will arrive.
This explains the broken pipe error that is seen on 303 redirects.
For more details : [ http://trac.saddi.com/flup/ticket/10 ]
Updated by darix over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
fixed in trunk and the 1.4.x branch
Actions
Also available in: Atom