()
| 54263 | this.timeout = null; |
| 54264 | this.timeoutValue = null; |
| 54265 | this.timeoutType = null; |
| 54266 | this.paused = false; |
| 54267 | } |
| 54268 | onStatus(buf) { |
| 54269 | this.statusText = buf.toString(); |
| 54270 | } |
| 54271 | onMessageBegin() { |
| 54272 | const { socket, client } = this; |
| 54273 | if (socket.destroyed) { |
| 54274 | return -1; |
| 54275 | } |
| 54276 | const request3 = client[kQueue][client[kRunningIdx]]; |
| 54277 | if (!request3) { |