From fac80383d9ce861617c99dda13eeb04e09bea140 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 11 Oct 2018 11:37:05 -0400 Subject: [PATCH] grip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e36a4c..5a73b21 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ if __name__ == '__main__': api.run() ``` -This gets you a WSGI app, with WhiteNoise pre-installed, jinja2 templating (without additional imports), and a production webserver, serving up requests with gzip compression automatically. +This gets you a WSGI app, with WhiteNoise pre-installed, jinja2 templating (without additional imports), and a production webserver (ready for slowloris attacks), serving up requests with gzip compression automatically. Class-based views: