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:
parent
4d3423e88f
commit
a85a18e0d8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue