spelling: reported
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
754d854fb3
commit
f02ffd229e
|
@ -634,7 +634,7 @@ SecureSocket::checkResult(int status, int& retry)
|
||||||
LOG((CLOG_ERR "eof violates ssl protocol"));
|
LOG((CLOG_ERR "eof violates ssl protocol"));
|
||||||
}
|
}
|
||||||
else if (status == -1) {
|
else if (status == -1) {
|
||||||
// underlying socket I/O reproted an error
|
// underlying socket I/O reported an error
|
||||||
try {
|
try {
|
||||||
ARCH->throwErrorOnSocket(getSocket());
|
ARCH->throwErrorOnSocket(getSocket());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue