Skip to content
This repository has been 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants