Bug P2
Status Update
Comments
na...@google.com <na...@google.com> #2
[Comment deleted]
ju...@google.com <ju...@google.com> #3
Would you be able to provide an example app which produces an error for which gcloud doesn't report, but appcfg.py does?
is...@gmail.com <is...@gmail.com> #4
In this case it is not app specific, The 400 error is due to quota of the application versions being over the limit which is 10 (but for this specific project it has been increased to 60). So any project with more than 10 versions will experience this.
Description
The result is that neither Content-Length nor Content-Encoding are set, resulting an empty body received by the backend. This behavior is *incorrect*. Clients including Node.js http module sends out chunked requests by default.
I have not verified if this issue also applies to the production frontend, since there's no source code to inspect and the debugging would be hard. Please also check it for the same issue.