mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle webconsole and tunnels bind errors (#510)
This commit is contained in:
parent
92daf21b1e
commit
2abc9807d9
4 changed files with 18 additions and 9 deletions
|
@ -389,7 +389,7 @@ namespace client
|
|||
}
|
||||
|
||||
|
||||
/* This handler tries to stablish a connection with the desired server and dies if it fails to do so */
|
||||
/* This handler tries to establish a connection with the desired server and dies if it fails to do so */
|
||||
class I2PClientTunnelHandler: public I2PServiceHandler, public std::enable_shared_from_this<I2PClientTunnelHandler>
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue