-
Notifications
You must be signed in to change notification settings - Fork 9
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
HTTP 400 response in server side logs #71
Comments
I'm guessing JuliaWeb/GitHub.jl@42ef052 is not applied on the current GitHub.jl commit. Perhaps rebasing Github.jl on master would fix it. |
It's in there. The error message is |
Seems like most requests are failing with this error message now. |
Yes, that's the same thing that's been happening with Nanosoldier. |
So are we doing something wrong in GitHub.jl or is HTTP.jl doing something wrong :/ Any ideas @quinnj? |
I suspect we're not hashing the correct data anymore to compute the digest. |
Bump @quinnj. Any ideas? |
This is JuliaWeb/HTTP.jl#140 Most likely fixed by JuliaWeb/HTTP.jl#135. |
This is fixed. However, after a few days, it stops responding to HTTP requests. No errors in the logs. I've bumped the HTTP.jl dependency and we'll see if that's any better. |
I don't think this was there with the old HttpServer code.
I believe @ararslan saw the same with nanosoldier at some point.
The text was updated successfully, but these errors were encountered: