net/http: Listening on localhost at port 8080 on Darwin #16676
Closed
Labels
Comments
Seems like a glitch with my system. sorry |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This seems to be happen at port 8080 only.
Please answer these questions before submitting your issue. Thanks!
go version
)?go version devel +31ad583 Wed Aug 10 19:44:08 2016 +0000 darwin/amd64
go env
)?GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/rjammala/gocode"
GORACE=""
GOROOT="/Users/rjammala/go"
GOTOOLDIR="/Users/rjammala/go/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
https://play.golang.org/p/-f6Bek3VDS
That "curl localhost:8080" will give OK reply.
$ curl http://localhost:8080/
curl: (52) Empty reply from server
The text was updated successfully, but these errors were encountered: