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:
33999a3
)
Removed show hack
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 25 Nov 2011 13:01:34 +0000
(14:01 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 25 Nov 2011 13:01:34 +0000
(14:01 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
2809989
..
e0921e8
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-1035,8
+1035,6
@@
static void show_records_ready(void *data)
show_records(c, -1);
}
-int show_count = 0;
-
static void cmd_show(struct http_channel *c)
{
struct http_request *rq = c->request;
@@
-1088,7
+1086,6
@@
static void cmd_show(struct http_channel *c)
// if there is already a watch/block. we do not block this one
if (session_set_watch(s->psession, SESSION_WATCH_SHOW,
show_records_ready, c, c) != 0
-// || (++show_count % 6 == 0)
)
{
yaz_log(YLOG_WARN, "Attempt to block multiple times on show block. Not supported!");