id summary reporter owner description type status milestone component version severity resolution keywords cc 12607 boost telnet client Oleg chris_kohlhoff "I'm using code from boost::asio telnet example without modification. Boost ver: 1.62. I need this telnet client to interact with memcached server. I use memcached-1.4.5-x86 and also Couchbase. When I try to '''get''' or '''delete''' key via application based on boost's code everything is ok. But when I try to use '''set''' - something goes wrong and both memcached servers behaves in similar way. Example input, first line: ""set key 0 0 3"",second line ""XYZ"". And ""STORED"" output is expected - instead of this nothing happens, and ''read'' methods of telnet_client is not invoked... if I press Enter one more time or add spaces - then ""CLIENT_ERROR bad data chunk"" will be outputted. Please help to solve this issue, I'm very newb to Sockets and boost::asio, I'm reading manuals, but issue is very urgent. Thank you for your attention." Bugs new To Be Determined asio Boost 1.62.0 Problem