Double check this

This commit is contained in:
Miek Gieben 2011-09-10 16:59:25 +02:00
parent 6e72207318
commit befa590883
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ func (w *reply) Write(m *Msg) {
w.Client().ChannelReply <- &Exchange{Request: w.req, Reply: m}
}
// Used in qperf... for speed only??? Check...
// Dial dials a remote server and set... TODO
func (c *Client) Dial(addr string) os.Error {
conn, err := net.Dial(c.Net, addr)