snowflake/common
David Fifield 256959ca65 Implement net.Conn for websocketconn.Conn.
We had already implemented Read, Write, and Close. Pass RemoteAddr,
LocalAddr, SetReadDeadline, and SetWriteDeadline through to the
underlying *websocket.Conn. Implement SetDeadline by calling both
SetReadDeadline and SetWriteDeadline.

https://bugs.torproject.org/33144
2020-02-04 15:53:15 -07:00
..
messages Increased test coverage for messages library 2019-12-06 11:30:34 -05:00
safelog Add locks to safelog 2019-09-30 16:43:51 -04:00
websocketconn Implement net.Conn for websocketconn.Conn. 2020-02-04 15:53:15 -07:00