()
| 543 | } |
| 544 | |
| 545 | function ondrain() { |
| 546 | const msg = this._httpMessage; |
| 547 | if (msg && !msg.finished && msg[kNeedDrain]) { |
| 548 | msg[kNeedDrain] = false; |
| 549 | msg.emit('drain'); |
| 550 | } |
| 551 | } |
| 552 | |
| 553 | function socketCloseListener() { |
| 554 | const socket = this; |
nothing calls this directly
no test coverage detected
searching dependent graphs…