Fixes #3787 - Jetty client throws EOFException instead of SSLHandshakeException on certificate errors.

Fixed indent.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2019-09-30 08:53:12 +02:00
parent 4d3423e88f
commit a85a18e0d8
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ public class SslConnection extends AbstractConnection implements Connection.Upgr
return filled = -1;
continue;
}
// Handle in needsFillInterest().
// Handle in needsFillInterest().
return filled = 0;
default: