projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3711bf0
)
Only one search response
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 Oct 2011 10:37:57 +0000
(12:37 +0200)
committer
Adam 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
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
2f893c8
..
963740f
100644
(file)
--- 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);
}