Project

General

Profile

Actions

Bug #1045

closed

303 redirect not handled

Added by Anonymous about 17 years ago. Updated about 17 years ago.

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 ]

Actions #1

Updated by darix about 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