()
| 67 | } |
| 68 | |
| 69 | func (wc *tcpOverWSConnection) Close() error { |
| 70 | return wc.conn.Close() |
| 71 | } |
| 72 | |
| 73 | // socksProxyOverWSConnection is an OriginConnection that streams SOCKS connections over WS. |
| 74 | // The connection to the origin happens inside the SOCKS code as the client specifies the origin |