- handle 303 [#1045]

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1678 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.14
Marcus Rückert 17 years ago
parent ac93be76d3
commit 892ebbe530

@ -500,6 +500,7 @@ static int connection_handle_write_prepare(server *srv, connection *con) {
case 201:
case 301:
case 302:
case 303:
break;
case 206: /* write_queue is already prepared */

Loading…
Cancel
Save