mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
send reply
This commit is contained in:
parent
bd768b9259
commit
5eb67a08c9
2 changed files with 34 additions and 25 deletions
|
@ -46,7 +46,8 @@ namespace util
|
|||
void Receive ();
|
||||
void HandleReceive (const boost::system::error_code& ecode, std::size_t bytes_transferred);
|
||||
void HandleStreamReceive (const boost::system::error_code& ecode, std::size_t bytes_transferred);
|
||||
void HandleWrite(const boost::system::error_code& ecode);
|
||||
void HandleWrite(const boost::system::error_code& ecode, bool terminate);
|
||||
void SendReply (const std::string& content);
|
||||
|
||||
void HandleRequest ();
|
||||
void HandleDestinationRequest (const std::string& address, const std::string& uri);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue