go-siris / siris

DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Other
142 stars 16 forks source link

listen_unix Small bug #20

Closed iam-Justin closed 7 years ago

iam-Justin commented 7 years ago

still output Now listening on: http://localhost:8080

Dexus commented 7 years ago

can you please provide an example to reproduce?

iam-Justin commented 7 years ago

example https://github.com/go-siris/siris/blob/master/_examples/beginner/listening/listen-unix/main.go

Dexus commented 7 years ago

It's not a BUG... as of UNIX listener have no (addr/) hostname in the config after start, the default will be used. We can not check what kind of listener is used, so we can't change this output with unix sockets.