Flush will perform a round trip to the server and return when it receives the internal reply. Deprecated: Encoded connections are no longer supported.
()
| 273 | // |
| 274 | // Deprecated: Encoded connections are no longer supported. |
| 275 | func (c *EncodedConn) Flush() error { |
| 276 | return c.Conn.Flush() |
| 277 | } |
| 278 | |
| 279 | // Close will close the connection to the server. This call will release |
| 280 | // all blocking calls, such as Flush(), etc. |
no outgoing calls