Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Add keep-alive option to fetch #42

Open
dimention opened this issue Mar 1, 2022 · 2 comments
Open

Add keep-alive option to fetch #42

dimention opened this issue Mar 1, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers up-for-grabs This can be made a pull request

Comments

@dimention
Copy link

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

@Ycirn
Copy link
Contributor

Ycirn commented Mar 1, 2022

Wont this put less strain on the webserver?

@dimention
Copy link
Author

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.

@ajax-lives ajax-lives added enhancement New feature or request up-for-grabs This can be made a pull request good first issue Good for newcomers labels Mar 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers up-for-grabs This can be made a pull request
Projects
None yet
Development

No branches or pull requests

3 participants