func()

in conn.go [71:73]


func (c *proxyConn) Read(b []byte) (int, error) {
	return c.r.Read(b)
}