aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/http/models.py')
-rw-r--r--netlib/http/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/netlib/http/models.py b/netlib/http/models.py
index bd5863b1..572d66c9 100644
--- a/netlib/http/models.py
+++ b/netlib/http/models.py
@@ -474,7 +474,6 @@ class Response(object):
msg=None,
headers=None,
body=None,
- sslinfo=None,
timestamp_start=None,
timestamp_end=None,
):
@@ -487,7 +486,6 @@ class Response(object):
self.msg = msg
self.headers = headers
self.body = body
- self.sslinfo = sslinfo
self.timestamp_start = timestamp_start
self.timestamp_end = timestamp_end