removed buggy optimization
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1330 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.12
parent
9ddae28ab5
commit
6ae9b8f58e
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue