()
| 1302 | // discarded ReadableStream, leaking the underlying HTTP/2 |
| 1303 | // stream + socket out of the SDK's pool. |
| 1304 | cancel() { |
| 1305 | try { |
| 1306 | if (typeof out.body?.return === 'function') { |
| 1307 | out.body.return(); |
| 1308 | } |
| 1309 | } catch { /* AsyncIterable already closed */ } |
| 1310 | }, |
| 1311 | }); |
| 1312 | return { |
| 1313 | status: 200, |
no outgoing calls
no test coverage detected