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:
parent
7a61e46289
commit
46396ac56c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue