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:
7e116f5
)
Fix pazpar2 recording broken PAZ-1029
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 3 Sep 2015 09:02:11 +0000
(11:02 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 3 Sep 2015 09:02:11 +0000
(11:02 +0200)
Bug was introduced in
3711bf09aa1125b5277926c29cc0526df68194ac
.
src/http.c
patch
|
blob
|
history
diff --git
a/src/http.c
b/src/http.c
index
e2d9f7b
..
994a452
100644
(file)
--- a/
src/http.c
+++ b/
src/http.c
@@
-1001,7
+1001,6
@@
static void http_io(IOCHAN i, int event)
(long long) iochan_getfd(i), sz);
fwrite(wb->buf, 1, wb->offset + wb->len,
hc->http_server->record_file);
- fputc('\n', hc->http_server->record_file);
fflush(hc->http_server->record_file);
}
#endif