aboutsummaryrefslogtreecommitdiff
path: root/common/websocketconn
AgeCommit message (Expand)Author
2024-02-17refactor: change deprecated "io/ioutil" package to recommended "io" packageam3o
2022-11-16Benchmark websocket.Conn Upgrade creation.David Fifield
2022-11-16Hoist temporary buffers outside the loop.David Fifield
2022-11-16Use io.CopyBuffer in websocketconn.readLoop.David Fifield
2022-11-16Call WriteMessage directly in websocketconn.Conn.Write.David Fifield
2022-11-16Benchmark for websocketconn.Conn read/write.David Fifield
2022-10-09format using go-1.19trinity-1686a
2020-02-18Close internal Pipes in websocketconn.Conn Close.David Fifield
2020-02-08Remove unreachable codeArlo Breault
2020-02-04Implement net.Conn for websocketconn.Conn.David Fifield
2020-02-04Rewrite websocketconn with synchronous pipes.David Fifield
2020-02-04websocketconn tests.David Fifield
2020-01-30Have websocketconn.New return a pointer.David Fifield
2020-01-30Remove some redundancy in websocketconn naming.David Fifield
2019-11-21Revert abstracting copyloopArlo Breault
2019-11-20Use gorilla websocket in proxy-go tooArlo Breault