mirror of
https://github.com/golang/go
synced 2024-11-05 14:56:10 -07:00
0770aced4f
Currently, if for some reason http.ListenAndServe fails, any running running godoc processes don't get killed. I don't think this would ever actually happen because, with godoc being set up in a separate go routine, http.ListenAndServe would always(?) fail before the godoc server started. This change ensures that, if a Proxy has a cmd, it is closed when http.ListenAndServe fails. Change-Id: I0d3bfae0c16bc583248c2052a4d7a84c95127e76 Reviewed-on: https://go-review.googlesource.com/8570 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
app.yaml | ||
Dockerfile | ||
README | ||
tip.go |
To deploy as an App Engine Manged VM, use gcloud: $ gcloud --project golang-org preview app deploy .