X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fhttp.c;h=223f7b5bca514bdf389f368866dc29c9ab7f26cd;hp=96445ed99828bffafc619ec544b8d4af6ad2119e;hb=f84b7bc9900a44f2e760dd9fa2456c0d2d8955d9;hpb=a5c7c4da7da4998222954c0afb60b46513a3adfe diff --git a/src/http.c b/src/http.c index 96445ed..223f7b5 100644 --- a/src/http.c +++ b/src/http.c @@ -553,7 +553,6 @@ static void dump_http_package(ODR o, const char *buf, size_t len) if (i == len) { o->op->stream_write(o, o->op->print, ODR_VISIBLESTRING, buf, i); - odr_printf(o, "%.*s\n", i, buf); break; } else if (i >= limit)