Only one search response
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Oct 2011 10:37:57 +0000 (12:37 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Oct 2011 10:37:57 +0000 (12:37 +0200)
Remove call to http_send_response - it is already called in
reponse_close.

src/http_command.c

index 2f893c8..963740f 100644 (file)
@@ -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);
 }