Skip to content

Commit 37c8ec5

Browse files
authored
Update ws4py/client/__init__.py
Signed-off-by: Asif Saif Uddin <auvipy@gmail.com>
1 parent 29cf973 commit 37c8ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ws4py/client/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ def handshake_headers(self):
269269
'host' not in self.exclude_headers:
270270
headers.append(('Host', '%s:%s' % (self.host, self.port)))
271271

272+
272273
if not any(x for x in headers if x[0].lower() == 'origin') and \
273274
'origin' not in self.exclude_headers:
274275

0 commit comments

Comments
 (0)