New release.
This commit is contained in:
parent
52ac60af81
commit
d1a72435d5
9 changed files with 59 additions and 37 deletions
|
@ -359,7 +359,7 @@ const char *socket_strerror(int err) {
|
|||
case ECONNREFUSED: return "connection refused";
|
||||
case ECONNABORTED: return "closed";
|
||||
case ECONNRESET: return "closed";
|
||||
case ETIMEDOUT: return "timedout";
|
||||
case ETIMEDOUT: return "timeout";
|
||||
default: return strerror(errno);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue