NoRussian icon indicating copy to clipboard operation
NoRussian copied to clipboard

Add keep-alive option to fetch

Open dimention opened this issue 4 years ago • 2 comments

keepalive: true option will lock a connection on the target server, and server connection limit will be reached faster

dimention avatar Mar 01 '22 10:03 dimention

Wont this put less strain on the webserver?

Ycirn avatar Mar 01 '22 11:03 Ycirn

https://www.cloudflare.com/learning/ddos/ddos-attack-tools/slowloris/

For specific IP - yes, for many IPs no. We cannot do big bandwidth attacks with just TCP requests, so prolonging open connections could do the trick.

dimention avatar Mar 01 '22 12:03 dimention