mirror of
https://github.com/matrix-construct/construct
synced 2025-01-01 02:14:13 +01:00
commio: Add error string for SSL trouble.
This commit is contained in:
parent
a1f7ec5be0
commit
3cbcc11195
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ static struct ev_entry *rb_timeout_ev;
|
||||||
static const char *rb_err_str[] = { "Comm OK", "Error during bind()",
|
static const char *rb_err_str[] = { "Comm OK", "Error during bind()",
|
||||||
"Error during DNS lookup", "connect timeout",
|
"Error during DNS lookup", "connect timeout",
|
||||||
"Error during connect()",
|
"Error during connect()",
|
||||||
"Comm Error"
|
"Comm Error",
|
||||||
|
"Error with SSL"
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Highest FD and number of open FDs .. */
|
/* Highest FD and number of open FDs .. */
|
||||||
|
|
Loading…
Reference in a new issue