mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
- Removed unnecessary cast check to (*net.TCPConn). When the timer fires, the connection is already established. Replaced with check that connection has not been closed. - Add PING test that checks that pings are sent to TLS connections. - Changed Go version to 1.7.5 in travis. - Removed test package from code coverage.