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-c4023f1b3aa9
svn/tags/lighttpd-1.4.6
Jan Kneschke 2005-09-21 10:45:26 +00:00
parent c8a9649287
commit 89ff779a78
1 changed files with 1 additions and 1 deletions

View File

@ -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;