An H18 signifies that the socket connected, some data was sent
as part of a response by the app, but then the socket was destroyed
without completing the response
Usually, an H18 indicates that a response has multiple stages
- for instance, streaming chunks of a large response
- and that one of those stages has thrown an error
To find the error, first check your logs for stack traces near the H18