Feature Request P2
Status Update
Comments
pa...@google.com <pa...@google.com> #2
pa...@google.com <pa...@google.com> #3
Hi, this error only affects Cloud SDK version 186. It was previously reported in Issue 72407295 and a fix for it should be released in Cloud SDK version 187.
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
In the mean time, you can downgrade to Cloud SDK version 185 as a workaround by running the following command:
gcloud components update --version 185.0.0
Description
There's a lot of configuration involved :(
To help developers better mimic App Engine's production environment, it would be great to support local development that uses the same HTTP protocol. Currently the dev server uses http 1.1 and it is hard
to performance tune a web app, locally.