don't suppress the content of a status 300

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2103 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Jan Kneschke 2008-02-27 23:41:35 +00:00
parent 7a61e46289
commit 46396ac56c
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ static int connection_handle_write_prepare(server *srv, connection *con) {
case 207:
case 200: /* class: header + body */
case 201:
case 300:
case 301:
case 302:
case 303: