Resolution NonBlockingConnection hungs startSSL IoSSLHandler
Status: Inactive
Brought to you by:
grro
Link : Resolution : NonBlockingConnection hungs at startSSL in IoSSLHandler - ID: 3451372
I was able to fix the SSL stale connection scenario with making some changes to IoSSLHandler. I have tested this by inducing a stale connection manually. A stale connection can be mimiced the following two command/s:
root~]# tc qdisc add dev eth0 root netem 14000ms //delay the network traffic by 14 seconds. This will make the SSL connection stale for 14 seconds.
root~]# tc qdisc del dev eth0 root //remove all network delays
I have attached a word document which contains the code fix.
Resolution for stale SSL connection.