diff options
Diffstat (limited to 'Lib/httplib.py')
-rw-r--r-- | Lib/httplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/httplib.py b/Lib/httplib.py index 9527e29..efd4842 100644 --- a/Lib/httplib.py +++ b/Lib/httplib.py @@ -768,7 +768,7 @@ class HTTPConnection: if self.debuglevel > 0: response = self.response_class(self.sock, self.debuglevel, - strict=self.strict, + strict=self.strict, method=self._method) else: response = self.response_class(self.sock, strict=self.strict, |