Ticket #1045 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

303 redirect not handled

Reported by: anonymous Assigned to: jan
Priority: highest Milestone:
Component: core Version: 1.4.13
Severity: blocker Keywords:
Cc: rkmr.em@gmail.com Blocking:
Need Feedback:

Description

Looking at lighttpd's [http://trac.lighttpd.net/trac/browser/tags/lighttpd-1.4.13/src/connections.c#L501 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 ]

Attachments

Change History

02/20/2007 05:26:52 PM changed by darix

  • status changed from new to closed.
  • resolution set to fixed.

fixed in trunk and the 1.4.x branch


Add/Change #1045 (303 redirect not handled)




Change Properties
Action