Closed andres-erbsen closed 8 years ago
https://github.com/davecheney/httpstat/blob/master/main.go#L134 should set ServerName in tls.Config.
ServerName
tls.Config
This would make it possible to use this tool with hosting situations where multiple sites share the same IP and there is no fallback.
Yes, this is an important improvement. I think this behaviour should be on by default, see #40 for a suggestion for a flag to disable it.
Looks like this may have been closed by #42?
Well spotted.
https://github.com/davecheney/httpstat/blob/master/main.go#L134 should set
ServerName
intls.Config
.This would make it possible to use this tool with hosting situations where multiple sites share the same IP and there is no fallback.