302 is used for Location: redirects in SCGI, FastCGI and CGI which might contain content
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@721 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
c8a9649287
commit
89ff779a78
|
@ -421,10 +421,10 @@ static int connection_handle_write_prepare(server *srv, connection *con) {
|
|||
/* fall through */
|
||||
case 207:
|
||||
case 200: /* class: header + body */
|
||||
case 302:
|
||||
break;
|
||||
|
||||
case 206: /* write_queue is already prepared */
|
||||
case 302:
|
||||
con->file_finished = 1;
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue