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:
fac659f
)
Missing release on show records watch release
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 23 Dec 2011 10:57:43 +0000
(11:57 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 23 Dec 2011 10:57:43 +0000
(11:57 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
1752131
..
f50881f
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-204,7
+204,7
@@
void http_session_destroy(struct http_session *s)
nmem_destroy(s->nmem);
}
else {
- yaz_log(http_sessions->log_level, "Session %u destroyed delayed. Active clients (%d-%d). Waiting for new timeout.",
+ yaz_log(http_sessions->log_level, "Session %u destroying delayed. Active clients (%d-%d). Waiting for new timeout.",
s->session_id, s->activity_counter, s->destroy_counter);
}
@@
-1060,6
+1060,7
@@
static void show_records_ready(void *data)
else {
/* some error message */
}
+ release_session(c,s);
}
static void cmd_show(struct http_channel *c)