Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Oct 15, 2015
1 parent 4083d5c commit 38f83cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
@@ -1,10 +1,10 @@
Changes by Version
==================

0.17.8 (unreleased)
0.17.8 (2015-10-14)
-------------------

- Rollback timeout changes from 0.17.6 version.
- Revert timeout changes from 0.17.6 due to client incompatibilities.


0.17.7 (2015-10-14)
Expand Down Expand Up @@ -69,10 +69,10 @@ Changes by Version
is listening or not.


0.16.8 (unreleased)
0.16.8 (2015-10-14)
-------------------

- Rollback the ttl change.
- Revert timeout changes from 0.16.7 due to client incompatibilities.


0.16.7 (2015-10-14)
Expand Down
4 changes: 3 additions & 1 deletion requirements-test.txt
@@ -1,5 +1,5 @@
# Testing and coverage
pytest
pytest<2.8.0
pytest-cov
pytest-timeout
pytest-tornado
Expand Down Expand Up @@ -40,3 +40,5 @@ twine
# for debugging
ipdb
coveralls

PyYAML
1 change: 1 addition & 0 deletions tchannel/tornado/connection.py
Expand Up @@ -215,6 +215,7 @@ def _loop(self):
self._loop_running = True
while not self.closed:
message = yield self._recv()

# TODO: There should probably be a try-catch on the yield.
if message.message_type in self.CALL_REQ_TYPES:
self._messages.put(message)
Expand Down

0 comments on commit 38f83cd

Please sign in to comment.