11 Jul
2013
11 Jul
'13
2:52 p.m.
Is anybody else seeing problems with the bytes_transferred reported to the write_handler after a successful async_write?
I am seeing a value of zero despite the fact that the peer receives the bytes and no error is reported to the write_handler.
My example code when built against 1.54 exhibits the problem whereas building against 1.53 works correctly.
It seems to be a "side effect" of the following bug-fix: https://svn.boost.org/trac/boost/ticket/8613 It's worth creating a ticket.