Fix host bug

pull/238/head
Shelikhoo 8 years ago
parent 00aeb29e46
commit ee22082fb4
No known key found for this signature in database
GPG Key ID: 7791BDB0709ABD21

@ -108,7 +108,7 @@ func wsDial(src v2net.Address, dest v2net.Destination) (*wsconn, error) {
}(dest) }(dest)
uri := func(dst v2net.Destination, pto string, path string) string { uri := func(dst v2net.Destination, pto string, path string) string {
return fmt.Sprintf("%v://%v:%v/%v", pto, dst.NetAddr(), dst.Port(), path) return fmt.Sprintf("%v://%v/%v", pto, dst.NetAddr(), path)
}(dest, effpto, effectiveConfig.Path) }(dest, effpto, effectiveConfig.Path)
conn, resp, err := dialer.Dial(uri, nil) conn, resp, err := dialer.Dial(uri, nil)

Loading…
Cancel
Save