-
Notifications
You must be signed in to change notification settings - Fork 38
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
heinous bug with ... Cheroot? #140
Comments
I can trigger this in the browser as well by short-circuiting So is the problem with Cheroot or with Aspen? |
Okay, I've got my answer for tonight: CherryPy 3.2.2 works. I'm going to install that and use it. Cheroot is simply used as the default. |
@aminusfu might be interested in this. Once we get a test case we should file a ticket over on bitbucket. |
From an instance of very similar behavior at YouGov, it seems that the problem may be in httplib's implementation of chunked encoding relative to CherryPy/Cheroot's. |
Did you get enough details on this to file a bug with CherryPy/Cheroot or httplib? |
Superseded by #202 |
I upgraded DataDirect to Aspen 0.22.4 today, and now I'm getting weird behavior from it. If I load it in the browser it's fine, but if I hit it from Python (requests or urllib2) or with curl, the connection drops.
If I mount the app using gunicorn I don't see the problem.
My hypothesis at this point is that it's an interaction between Cheroot and whatever I'm doing with 401 redirecting (302) to a login app.
The text was updated successfully, but these errors were encountered: