Added extra error message.
This commit is contained in:
parent
449617d717
commit
98cfe7ed37
2 changed files with 20 additions and 7 deletions
|
@ -96,6 +96,7 @@ private:
|
|||
bool parseLogin(const rapidjson::Value &result, int *code);
|
||||
bool send(BIO *bio);
|
||||
bool verifyAlgorithm(const Algorithm &algorithm, const char *algo) const;
|
||||
bool write(const uv_buf_t &buf);
|
||||
int resolve(const String &host);
|
||||
int64_t send(size_t size);
|
||||
void connect(sockaddr *addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue