mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
BOB: status response now correctly starts with "OK DATA".
This commit is contained in:
parent
8e919ddc8e
commit
cb8373e487
2 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue