Subject: [Boost-bugs] [Boost C++ Libraries] #12607: boost telnet client
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-11-14 10:10:55
#12607: boost telnet client
------------------------------+----------------------------
Reporter: Oleg | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.62.0 | Severity: Problem
Keywords: |
------------------------------+----------------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12607> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC