()
| 431 | // Now they allow it but "secretly" don't close the underlying fd. |
| 432 | |
| 433 | function endFn() { |
| 434 | ended = true; |
| 435 | dst.end(); |
| 436 | } |
| 437 | |
| 438 | if (isReadableFinished(src)) { // End the destination if the source has already ended. |
| 439 | process.nextTick(endFn); |