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

Crashes with empty input #1

Open
nathancahill opened this issue Oct 22, 2015 · 0 comments
Open

Crashes with empty input #1

nathancahill opened this issue Oct 22, 2015 · 0 comments

Comments

@nathancahill
Copy link
Owner

>>> werkzeug_raw.environ('')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "werkzeug_raw.py", line 71, in environ
    return request.make_environ()
  File "werkzeug/serving.py", line 79, in make_environ
    request_url = url_parse(self.path)
AttributeError: 'RawHTTPRequest' object has no attribute 'path'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant