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:
c1a0d12
)
Out defined DEBUG logging http_bufs
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 16 Mar 2011 13:56:46 +0000
(14:56 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 16 Mar 2011 13:56:46 +0000
(14:56 +0100)
src/http.c
patch
|
blob
|
history
diff --git
a/src/http.c
b/src/http.c
index
27ce668
..
d93c874
100644
(file)
--- a/
src/http.c
+++ b/
src/http.c
@@
-161,7
+161,9
@@
static void http_buf_destroy(http_server_t hs, struct http_buf *b)
b->next = hs->http_buf_freelist;
hs->http_buf_freelist = b;
hs->http_buf_freelist_count++;
+#if 0
yaz_log(YLOG_DEBUG, "Free %d http buffers on server.", hs->http_buf_freelist_count);
+#endif
}
yaz_mutex_leave(hs->mutex);
}