Fix truncation of HTTP body log
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Dec 2013 14:48:13 +0000 (15:48 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Dec 2013 14:48:13 +0000 (15:48 +0100)
commite5c4e6d4c245ae26a73953cbc5261929f55c103f
tree54b1d7c171c8d0d71d685e82d1f447aaa3f3017e
parent6ee0d7c0404834a0a59547c3bd7e2686f838ce37
Fix truncation of HTTP body log

Use the stream write instead of odr_printf which has a 4K tmp buffer.
src/http.c