Skip to content

Commit 9946eee

Browse files
committed
Merge branch '0.9-devel' of github.com:cpp-netlib/cpp-netlib into 0.9-devel
2 parents fb1ad5b + fef3b8e commit 9946eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/client/connection/async_normal.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ namespace boost { namespace network { namespace http { namespace impl {
452452
break;
453453
if (len <= body_string.end() - iter) {
454454
body.insert(body.end(), iter, iter + len);
455-
std::advance(iter, len);
455+
std::advance(iter, len+2);
456456
}
457457
begin = iter;
458458
}

0 commit comments

Comments
 (0)