In a web site I capture the http POST request with a HttpModule as in this answer.
After reading the body of the POST in the context's BeginRequest event I would like to return as quickly as possible an "OK" response to the client.
What would be the best way to prevent further processing in IIS (7.5 integrated mode)?