Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: TypeError: object of type 'int' has no len() #124

Merged
merged 1 commit into from
Mar 5, 2012
Merged

fix: TypeError: object of type 'int' has no len() #124

merged 1 commit into from
Mar 5, 2012

Conversation

baverman
Copy link
Contributor

@baverman baverman commented Mar 2, 2012

def _wsgi_input_to_iterable(http_env):
    istream = http_env.get('wsgi.input')

    length = http_env.get('CONTENT_LENGTH', str(MAX_CONTENT_LENGTH))
    if len(length) == 0:

rpclib/server/wsgi.py:47

def _wsgi_input_to_iterable(http_env):
    istream = http_env.get('wsgi.input')

    length = http_env.get('CONTENT_LENGTH', str(MAX_CONTENT_LENGTH))
    if len(length) == 0:

rpclib/server/wsgi.py:47
plq added a commit that referenced this pull request Mar 5, 2012
fix: TypeError: object of type 'int' has no len()
@plq plq merged commit 0e12596 into arskom:master Mar 5, 2012
@plq
Copy link
Member

plq commented Mar 5, 2012

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants