摘要:
c := http.Client{ Transport: &http.Transport{ Dial: func(netw, addr string) (net.Conn, error) { deadline := time.Now().Add(25 * time.Second) c, er... 阅读全文
posted @ 2013-05-16 16:55 蝈蝈俊 阅读(4106) 评论(0) 推荐(0)
|
|
|
|
摘要:
c := http.Client{ Transport: &http.Transport{ Dial: func(netw, addr string) (net.Conn, error) { deadline := time.Now().Add(25 * time.Second) c, er... 阅读全文
posted @ 2013-05-16 16:55 蝈蝈俊 阅读(4106) 评论(0) 推荐(0) |
|