removed buggy optimization

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1330 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.12
Jan Kneschke 2006-09-21 13:32:29 +00:00
parent 9ddae28ab5
commit 6ae9b8f58e
1 changed files with 0 additions and 3 deletions

View File

@ -892,9 +892,6 @@ int connection_handle_read_state(server *srv, connection *con) {
}
}
/* nothing to handle */
if (cq->first == NULL) return 0;
/* we might have got several packets at once
*/