#include "header.hh"
#include "protocol.hh"
Go to the source code of this file.
◆ HEADER_OK
Value: ((conn->c_read (true) > 0 && conn->c_reply ())? \
(((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \
: false)
◆ REPLY_OK
Value: ((conn->c_read () > 0 && conn->c_reply ()) ? \
(((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \
: false)