[#1392] Fix bug where SslHandler returned wrong value for getCloseNotifyTimeoutMillis()
This commit is contained in:
parent
aa96b4b286
commit
d9c700e9fe
@ -267,7 +267,7 @@ public class SslHandler
|
|||||||
}
|
}
|
||||||
|
|
||||||
public long getCloseNotifyTimeoutMillis() {
|
public long getCloseNotifyTimeoutMillis() {
|
||||||
return handshakeTimeoutMillis;
|
return closeNotifyTimeoutMillis;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setCloseNotifyTimeout(long closeNotifyTimeout, TimeUnit unit) {
|
public void setCloseNotifyTimeout(long closeNotifyTimeout, TimeUnit unit) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user