BOB: status response now correctly starts with "OK DATA".

This commit is contained in:
rszibele 2019-06-25 17:59:44 +02:00
parent 8e919ddc8e
commit cb8373e487
2 changed files with 7 additions and 6 deletions

View file

@ -213,7 +213,7 @@ namespace client
void HandleSent (const boost::system::error_code& ecode, std::size_t bytes_transferred);
void SendReplyOK (const char * msg = nullptr);
void SendReplyError (const char * msg);
void SendData (const char * data);
void SendRaw (const char * data);
void BuildStatusLine(bool currentTunnel, BOBDestination *destination, std::string &out);