Crow icon indicating copy to clipboard operation
Crow copied to clipboard

How to cancel requests if they are timeout ?

Open phsang198 opened this issue 1 year ago • 1 comments

hello everyone , i have issue : client send 1000 requests to server and server takes us to 12 threads. but processing time > timeout , how to cancel some long waiting requests ? can you help me ? thanks you !

phsang198 avatar Jun 01 '23 08:06 phsang198

What kind of client is it? If it's a web app with JS running, you can look online for how to abort/cancel requests online. Example, see this.

kiner-shah avatar Jun 07 '23 10:06 kiner-shah