()
| 197 | } |
| 198 | |
| 199 | func (cn *conn) extendDeadline() { |
| 200 | cn.nc.SetDeadline(time.Now().Add(cn.c.netTimeout())) |
| 201 | } |
| 202 | |
| 203 | // condRelease releases this connection if the error pointed to by err |
| 204 | // is nil (not an error) or is only a protocol level error (e.g. a |
no test coverage detected