We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1081140 commit ff4da83Copy full SHA for ff4da83
src/crate/client/tests.py
@@ -242,7 +242,6 @@ def do_GET(self):
242
payload = self.payload.encode('UTF-8')
243
self.send_header("Content-Length", len(payload))
244
self.send_header("Content-Type", "application/json; charset=UTF-8")
245
- self.send_header("Connection", "close")
246
self.end_headers()
247
self.wfile.write(payload)
248
0 commit comments