mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fixes for https client over AutoSocket.
This commit is contained in:
@@ -50,7 +50,7 @@ private:
|
||||
|
||||
void handleWrite(const boost::system::error_code& ecResult, std::size_t bytes_transferred);
|
||||
|
||||
void handleData(const boost::system::error_code& ecResult);
|
||||
void handleData(const boost::system::error_code& ecResult, std::size_t bytes_transferred);
|
||||
|
||||
void handleShutdown(const boost::system::error_code& ecResult);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user