Skip to content

Commit 796a86f

Browse files
committed
typo
1 parent f7ae538 commit 796a86f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ws4py/server/geventserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def run_application(self):
4949
if self.environ.get('REQUEST_METHOD') != 'GET':
5050
raise HandshakeError('HTTP method must be a GET')
5151

52-
for key, expected_value in [('HTTP_UPGRADE', 'webscket'),
52+
for key, expected_value in [('HTTP_UPGRADE', 'websocket'),
5353
('HTTP_CONNECTION', 'upgrade')]:
5454
actual_value = self.environ.get(key, '').lower()
5555
if not actual_value:

0 commit comments

Comments
 (0)