From d94489471f68372c2c654fba623eb81e71c47a25 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Oct 2011 12:37:57 +0200 Subject: [PATCH] Only one search response Remove call to http_send_response - it is already called in reponse_close. --- src/http_command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http_command.c b/src/http_command.c index 2f893c8..963740f 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1049,7 +1049,6 @@ static void cmd_search(struct http_channel *c) } response_open(c, "search"); response_close(c, "search"); - http_send_response(c); release_session(c, s); } -- 1.7.10.4