func()

in conn.go [50:52]


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