| 1 | // Regression coverage for #1631: interrupting a fiber mid-dial (an HTTP 499 |
| 2 | // cancelling a health check on app refresh, or the discovery timeout) must |
| 3 | // tear down the stdio child the transport spawned. Before the fix the |
| 4 | // abandoned `client.connect` promise kept the child alive forever; every |
nothing calls this directly
no test coverage detected