Skip to content

Commit

Permalink
fix transport
Browse files Browse the repository at this point in the history
  • Loading branch information
amleczko committed Aug 27, 2013
1 parent f7f29c5 commit e8e0886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socketio/sgunicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ class NginxGeventSocketIOWorker(GeventSocketIOWorker):
Nginx is not compatible with websockets and therefore will not add the
wsgi.websocket key to the wsgi environment.
"""
transports = ['xhr-polling']
transports = ['websocket']

0 comments on commit e8e0886

Please sign in to comment.