I changed HttpMocaConnection and MocaConnection to respond to command "interrupt" by canceling the current request.
This required keeping a reference to HttpURLConnection in HttpMocaConnection to call disconnect() on it.
I can provide the files if you like this solution.