mirror of
https://github.com/golang/go
synced 2024-11-18 15:44:41 -07:00
c1c69b635f
Previously it was an error to call shutdown while the server was not yet initialized. This can result in session leak for very short-lived sessions. Instead, allow shutdown to proceed and simply log the error. On the other hand, for consistency make it an error to call initialized without first calling initialize. Updates golang/go#34111 Change-Id: I0330d81323ddda6beec0f6ed9eb065f8b717dea0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/222671 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> |
||
---|---|---|
.. | ||
apidiff | ||
fastwalk | ||
gocommand | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
packagesinternal | ||
span | ||
telemetry | ||
testenv | ||
tool | ||
xcontext |