processOK is a placeholder for processing OK messages.
()
| 4040 | |
| 4041 | // processOK is a placeholder for processing OK messages. |
| 4042 | func (nc *Conn) processOK() { |
| 4043 | // do nothing |
| 4044 | } |
| 4045 | |
| 4046 | // processInfo is used to parse the info messages sent |
| 4047 | // from the server. |