Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Fix issue with receiving 0-length strings & framed transport. #63

Merged
merged 1 commit into from
Nov 17, 2014

Conversation

mikekap
Copy link
Contributor

@mikekap mikekap commented Nov 16, 2014

When we request to read 0 bytes we could attempt to read a frame. If we're at the end of the response, this will never return.

When we request to read 0 bytes we would attempt to read a frame. If we're at the end of the message, this will never return.
lxyu added a commit that referenced this pull request Nov 17, 2014
Fix issue with receiving 0-length strings & framed transport.
@lxyu lxyu merged commit 12564da into Thriftpy:develop Nov 17, 2014
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants