We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e76332 commit b01016aCopy full SHA for b01016a
gabbi/httpclient.py
@@ -51,6 +51,8 @@ def request(self, absolute_uri, method, body, headers, redirect):
51
headers = response.headers
52
headers['status'] = str(status)
53
headers['reason'] = reason
54
+
55
+ self.clear()
56
return headers, content
57
58
0 commit comments