()
| 55146 | try { |
| 55147 | if (!writer.write(chunk) && this.pause) { |
| 55148 | this.pause(); |
| 55149 | } |
| 55150 | } catch (err) { |
| 55151 | util4.destroy(this, err); |
| 55152 | } |
| 55153 | }; |
| 55154 | const onDrain = function() { |
| 55155 | if (finished) { |
| 55156 | return; |
| 55157 | } |
| 55158 | if (body.resume) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…