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

Fix framed protocol for large frame sizes. #73

Merged
merged 1 commit into from
Feb 9, 2015

Conversation

mikekap
Copy link
Contributor

@mikekap mikekap commented Jan 8, 2015

No description provided.

@@ -245,7 +245,7 @@ def read_val(inbuf, ttype, spec=None):
if r_type != v_type:
raise Exception("Message Corrupt")

for i in range(sz):
for i in xrange(sz):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

py3 has no xrange

lxyu added a commit that referenced this pull request Feb 9, 2015
Fix framed protocol for large frame sizes.
@lxyu lxyu merged commit fbb7bfd into Thriftpy:develop Feb 9, 2015
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

3 participants