Subject: Re: [Boost-users] [asio] socket::read_some() splits data into two parts.
From: Slav (slavmfm_at_[hidden])
Date: 2011-05-11 09:57:07


Then messages of length not multiple of 128 (BUFFER_SIZE) will not be read -
tested it, anyway, after last socket::read_some() (with readBytes > 0 && <
BUFFER_SIZE) next socket::read_some() never ends.