rwf2 / multer

An async parser for multipart/form-data content-type in Rust
MIT License
158 stars 37 forks source link

Rename DDoS to DoS #13

Closed dbrgn closed 4 years ago

dbrgn commented 4 years ago

Distributed Denial of Service (DDoS) is just one form of a denial of service attack. The constraints protect even against a single non-distributed attack.

https://en.wikipedia.org/wiki/Denial-of-service_attack

rousan commented 4 years ago

@dbrgn , Thanks for the correction. Can you please send the PR to the develop branch?

dbrgn commented 4 years ago

@rousan updated!

rousan commented 4 years ago

Thanks!