Skip to content

Commit ff4da83

Browse files
committed
Tests: Don't send "Connection: close" header with embedded webserver
1 parent 1081140 commit ff4da83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crate/client/tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def do_GET(self):
242242
payload = self.payload.encode('UTF-8')
243243
self.send_header("Content-Length", len(payload))
244244
self.send_header("Content-Type", "application/json; charset=UTF-8")
245-
self.send_header("Connection", "close")
246245
self.end_headers()
247246
self.wfile.write(payload)
248247

0 commit comments

Comments
 (0)