X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp.c;h=d79fd10050108d36132cf9ed81042e69b7866e15;hb=2cb501be3b31d5ddc14de30498fadb4b31d56fb5;hp=96445ed99828bffafc619ec544b8d4af6ad2119e;hpb=e5c4e6d4c245ae26a73953cbc5261929f55c103f;p=yaz-moved-to-github.git diff --git a/src/http.c b/src/http.c index 96445ed..d79fd10 100644 --- a/src/http.c +++ b/src/http.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -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)