()
| 54500 | if (!parser.paused) { |
| 54501 | util4.destroy(socket, new BodyTimeoutError()); |
| 54502 | } |
| 54503 | } else if (timeoutType === TIMEOUT_IDLE) { |
| 54504 | assert2(client[kRunning] === 0 && client[kKeepAliveTimeoutValue]); |
| 54505 | util4.destroy(socket, new InformationalError("socket idle timeout")); |
| 54506 | } |
| 54507 | } |
| 54508 | function onSocketReadable() { |
| 54509 | const { [kParser]: parser } = this; |
| 54510 | if (parser) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…