()
| 6772 | } |
| 6773 | }; |
| 6774 | const onDrain = function() { |
| 6775 | if (finished) { |
| 6776 | return; |
| 6777 | } |
| 6778 | if (body.resume) { |
| 6779 | body.resume(); |
| 6780 | } |
| 6781 | }; |
| 6782 | const onClose = function() { |
| 6783 | queueMicrotask(() => { |
| 6784 | body.removeListener("error", onFinished); |