()
| 158 | |
| 159 | const transform = new TransformStream({ |
| 160 | flush() { |
| 161 | // Source stream completed normally. |
| 162 | endSpanOnce(); |
| 163 | }, |
| 164 | cancel() { |
| 165 | // Client disconnected (or downstream cancelled). The `cancel` |
| 166 | // is being called while the response is still considered |
no test coverage detected