mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
When a TLS timeout occurs, it was possible that code trying to send data would get a timeout error and report it as a Slow Consumer with the write deadline exceeded error. Checking that if the connection is TLS and handshake not complete, it is likely a TLS timeout error instead. Resolves #835 Signed-off-by: Ivan Kozlovic <ivan@synadia.com>