summaryrefslogtreecommitdiffhomepage
path: root/test/test_settings.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/test_settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_settings.py b/test/test_settings.py
index b4ac33dc..d272f701 100644
--- a/test/test_settings.py
+++ b/test/test_settings.py
@@ -28,8 +28,6 @@ Connection: close
def test_settings_header_read_timeout_update(self):
self.load('empty')
- r = None
-
self.conf({'http': { 'header_read_timeout': 4 }}, 'settings')
(resp, sock) = self.http(b"""GET / HTTP/1.1