I am trying to debug a scenario, and for that I want the http server to close the connection via RST. Right now it is doing a graceful close with fin/ack.
Is there any way I can manually send a RST packet to close the connection as part of the current stream? may be a simple custom server?
thanks in advance for your help.