net/http: Server.Close does defer Lock #17878
Closed
Comments
|
That's a very wordy bug report. Thanks to @peter-mogensen for summarizing. |
CL https://golang.org/cl/33026 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Go master HEAD 8d0c105
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH=""
GORACE=""
GOROOT="/usr/lib/go"
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
What did you do?
What did you expect to see?
Serving
Closing
Close done
^C
What did you see instead?
Serving
Closing
^C
The text was updated successfully, but these errors were encountered: