github.com/coder/websocket.Conn.SetReadLimit (method)

2 uses

	github.com/coder/websocket (current package)
		netconn.go#L49: 	c.SetReadLimit(-1)
		read.go#L97: func (c *Conn) SetReadLimit(n int64) {