Fix pazpar2 recording broken PAZ-1029
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Sep 2015 09:02:11 +0000 (11:02 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 3 Sep 2015 09:02:11 +0000 (11:02 +0200)
Bug was introduced in 3711bf09aa1125b5277926c29cc0526df68194ac.

src/http.c

index e2d9f7b..994a452 100644 (file)
@@ -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