Whitespace
This commit is contained in:
@@ -431,7 +431,7 @@ class WebSocket(object):
|
|||||||
else:
|
else:
|
||||||
hostport = "%s:%d" % (host, port)
|
hostport = "%s:%d" % (host, port)
|
||||||
headers.append("Host: %s" % hostport)
|
headers.append("Host: %s" % hostport)
|
||||||
|
|
||||||
if "origin" in options:
|
if "origin" in options:
|
||||||
headers.append("Origin: %s" % options["origin"])
|
headers.append("Origin: %s" % options["origin"])
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user