snowflake/common/websocketconn
David Fifield 380b133155 Close internal Pipes in websocketconn.Conn Close.
Unless something externally called Write after Close, the
writeLoop(ws, pr2) goroutine would run forever, because nothing would
ever close pw2/pr2.
https://bugs.torproject.org/33367#comment:4
2020-02-18 14:10:47 -07:00
..
websocketconn.go Close internal Pipes in websocketconn.Conn Close. 2020-02-18 14:10:47 -07:00
websocketconn_test.go Close internal Pipes in websocketconn.Conn Close. 2020-02-18 14:10:47 -07:00