mirror of
https://github.com/golang/go
synced 2024-11-18 11:04:42 -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> |
||
---|---|---|
.. | ||
benchcmp | ||
callgraph | ||
cover | ||
digraph | ||
eg | ||
godex | ||
godoc | ||
goimports | ||
gomvpkg | ||
gorename | ||
gotype | ||
html2article | ||
oracle | ||
present | ||
ssadump | ||
stringer | ||
tipgodoc | ||
vet |