Overhauled SSL to use explicit BIO buffers
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
//
|
||||
const eng::string &target() const { return target_; }
|
||||
|
||||
// True if the remote closed the connection, or a failure occurred.
|
||||
// True if the remote has closed the connection.
|
||||
//
|
||||
bool closed() const { return closed_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user