From: Adam Dickmeiss Date: Wed, 19 Oct 2011 10:37:57 +0000 (+0200) Subject: Only one search response X-Git-Tag: v1.6.4~5^2~1 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=d94489471f68372c2c654fba623eb81e71c47a25;p=pazpar2-moved-to-github.git Only one search response Remove call to http_send_response - it is already called in reponse_close. --- 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); }