Skip to content

Commit

Permalink
Bump to version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 30, 2018
1 parent 07e2f2d commit 6ad52c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.rst
Expand Up @@ -4,6 +4,10 @@
Release History
===============

0.5.2
-----
* Fix issue #206: Safari websocket problem on runserver.

0.5.1
-----
* Allow WS4REDIS_PROCESS_REQUEST to be a string.
Expand Down
1 change: 1 addition & 0 deletions ws4redis/django_runserver.py
Expand Up @@ -21,6 +21,7 @@
class ServerHandler(_ServerHandler):
http_version = str("1.1")


class WSGIRequestHandler(_WSGIRequestHandler):
protocol_version = 'HTTP/1.1'

Expand Down

0 comments on commit 6ad52c6

Please sign in to comment.