Skip to content

Commit

Permalink
Fix wording in README.
Browse files Browse the repository at this point in the history
teymour-aldridge authored and SergioBenitez committed May 16, 2021
1 parent fe853d6 commit a7d9ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ async fn get_byte_stream_from_somewhere() -> (impl Stream<Item = Result<Bytes, I
## Prevent Denial of Service (DoS) Attacks

This crate also provides some APIs to prevent potential DoS attacks with fine grained control. It's recommended to add some constraints
on field (specially text field) size to avoid potential DoS attacks from attackers running the server out of memory.
on field (specially text field) size to prevent DoS attacks exhausting the server's memory.

An example:

0 comments on commit a7d9ade

Please sign in to comment.