jrief / django-websocket-redis

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

Issue #206 Fix Safari websocket problem on runserver #248

Closed gtnx closed 6 years ago

gtnx commented 6 years ago

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

refs #206