Skip to content

Commit 6889eeb

Browse files
committed
Removed http response duplicate #235.
1 parent 2576f87 commit 6889eeb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

remi/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ def _instance(self):
338338
if self.server.multiple_instance:
339339
self.session = int(time.time()*1000)
340340
#send session to browser
341-
self.send_response(200)
342341
del self.headers['cookie']
343342
self.send_header("Set-Cookie", "remi_session=%s"%(self.session))
344343

0 commit comments

Comments
 (0)