jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 222 forks source link

Issue #206 Fix Safari websocket problem on runserver #248

Closed gtnx closed 7 years ago

gtnx commented 7 years ago

Following https://github.com/django/django/pull/8043, handlers have been overridden to use HTTP/1.1

refs #206