summaryrefslogtreecommitdiff
path: root/src/response.c
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-03-01 16:54:47 +0000
committerJan Kneschke <jan@kneschke.de>2005-03-01 16:54:47 +0000
commit7725e92ff60442ba5f37fd70ae0cb878a08e6aea (patch)
tree12b55f6235c9493939340cf56bcc62615bd04881 /src/response.c
parent2420fd96d25bf938ef6985152f1754e3c75a9f71 (diff)
downloadlighttpd-git-7725e92ff60442ba5f37fd70ae0cb878a08e6aea.tar.gz
rewrote the event and error handling with the help of the fcgi-responder.c from the tests.
fixed #38 and other issues this way git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@63 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/response.c')
-rw-r--r--src/response.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/response.c b/src/response.c
index 1d0c5b15..e4416417 100644
--- a/src/response.c
+++ b/src/response.c
@@ -1242,7 +1242,6 @@ handler_t http_response_prepare(server *srv, connection *con) {
switch(r = plugins_call_handle_subrequest(srv, con)) {
case HANDLER_GO_ON:
/* request was not handled, looks like we are done */
-
return HANDLER_FINISHED;
case HANDLER_FINISHED:
/* request is finished */