func()

in conn.go [75:77]


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