Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:centrifugal/centrifuge
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 24, 2015
2 parents adbad12 + 087a738 commit 159717c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.8.3
======

* fix file descriptors leak when reconnecting to Redis (can be caused by Redis downtime or some kind of proxy timeout between Centrifuge and Redis)
* API endpoint now supports JSON requests.

v0.8.2
======

Expand Down
2 changes: 1 addition & 1 deletion centrifuge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
# Copyright (c) Alexandr Emelin. MIT license.

__version__ = "0.8.2"
__version__ = "0.8.3"
4 changes: 0 additions & 4 deletions centrifuge/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ def create_centrifuge_application():
os.path.dirname(__file__),
os.path.join("web/frontend", "templates")
),
static_path=os.path.join(
os.path.dirname(__file__),
os.path.join("web/frontend", "static")
),
xsrf_cookies=False,
autoescape="xhtml_escape",
debug=options.debug,
Expand Down

0 comments on commit 159717c

Please sign in to comment.