rpn2solr: support truncation left(2), left&right(3) YAZ-718
[yaz-moved-to-github.git] / src / http.c
index 96445ed..d79fd10 100644 (file)
@@ -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)