summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2006-09-21 13:32:29 +0000
committerjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2006-09-21 13:32:29 +0000
commit043aef9459235cbe2285d2c7d6b2ed558a4cb1db (patch)
tree9079d1bd330ea9df4c53c5b2243d02f6d1937566
parentba6412b1e75efb1ae546e3d03d5ec55ee09eccd8 (diff)
downloadlighttpd-043aef9459235cbe2285d2c7d6b2ed558a4cb1db.tar.gz
removed buggy optimization
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1330 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--src/connections.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/connections.c b/src/connections.c
index 5c94d15d..9612129f 100644
--- a/src/connections.c
+++ b/src/connections.c
@@ -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
*/