mirror of
https://github.com/gospider007/requests.git
synced 2025-12-24 13:57:52 +08:00
sync
This commit is contained in:
@@ -339,7 +339,7 @@ func (obj *Response) IsNewConn() bool {
|
||||
}
|
||||
|
||||
// conn proxy
|
||||
func (obj *Response) Proxys() []*url.URL {
|
||||
func (obj *Response) Proxys() []Address {
|
||||
if obj.rawConn != nil {
|
||||
return obj.rawConn.Proxys()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user