I'm trying to simulate a request, where the request gets sent, but the connection is remotely closed without a response.
On some servers internally, they'd raise a HTTP 444, which would cause it to internally close the connection without a reset, but this doesn't work with HTTPretty. Thanks for any insight!