Files
nats-server/server
Ivan Kozlovic 6fad293a21 [FIXED] Connz would "block" for TLS clients still in TLS handshake
If server requires TLS and clients are connecting, and a Connz
request is made while clients are still in TLS Handshake, the
call to tls.Conn.ConnectionState() would block for the duration
of the handshake. This would cause the overall http request to
take too long.
We will now not try to gather TLSVersion and TLSCipher from a
client that is still in TLS handshake.

Resolves #600
2017-11-09 09:47:05 -07:00
..
2017-05-31 16:06:31 -05:00
2017-06-07 17:40:17 -05:00
2017-07-19 11:59:05 -06:00
2017-08-11 17:28:18 -06:00
2017-07-19 09:02:25 -06:00
2017-06-27 12:58:13 -05:00
2017-06-27 16:53:18 -05:00
2017-05-31 16:06:31 -05:00