-
Notifications
You must be signed in to change notification settings - Fork 269
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
Headers not being correctly validated as bytes. #276
Comments
Hi @matthiask. Sorry to ping you out of the blue. I don't if you have will/capacity to play with this issue but in django/channels#1246 you said:
So you were getting the expected Something's obviously changed since that's just hanging with the sample project (linked above). I thought maybe you might be interested to give it a run? (Please don't worry if not: I'll get to it myself in that case. 🙂) |
Looks related to django/channels#1254 (As per django/channels#1331 (comment)) |
@carltongibson Thanks for the ping; I know there's an issue in the structure of the |
Ok. Thanks for the reply @matthiask. My goal here is a set of releases for September so if you do have time, awesome. If not no problem at all, its on the list. 👍 |
Thank you! I had an idea while doing the laundry -- let's see what Travis CI and reviewers say django/channels#1334 |
Always the way. I’ll take a look later on. Thanks! |
Right, I have a draft PR in #281 for this one. tl;dr I think the |
Refs django/channels#1331.
After e93643f header should be validated.
But the example provided in https://github.com/yuriiz/myproject/ just hangs.
Looking at it in the debugger the
ValueError
is raised but just disappears™ — it's doesn't correctly lead to an error response being returned. 🤔The text was updated successfully, but these errors were encountered: