Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net/http: Listening on localhost at port 8080 on Darwin #16676

Closed
rjammala opened this issue Aug 12, 2016 · 1 comment
Closed

net/http: Listening on localhost at port 8080 on Darwin #16676

rjammala opened this issue Aug 12, 2016 · 1 comment

Comments

@rjammala
Copy link

This seems to be happen at port 8080 only.

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    go version devel +31ad583 Wed Aug 10 19:44:08 2016 +0000 darwin/amd64
  2. What operating system and processor architecture are you using (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"
  3. What did you do?
    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

  1. What did you expect to see?
    That "curl localhost:8080" will give OK reply.
  2. What did you see instead?

$ curl http://localhost:8080/
curl: (52) Empty reply from server

@rjammala
Copy link
Author

Seems like a glitch with my system. sorry

@golang golang locked and limited conversation to collaborators Aug 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants