func()

in conn.go [54:56]


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