+ Fix #147: proyxurl option not working
This commit is contained in:
parent
777bb2ff3f
commit
3cc76cb000
|
@ -167,7 +167,7 @@ sub set_proxy {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (defined($options{request}->{proxyurl}) && $options{request}->{proxyurl} ne '') {
|
if (defined($options{request}->{proxyurl}) && $options{request}->{proxyurl} ne '') {
|
||||||
$self->{ua}->proxy(['http', 'https'], $options{request_options}->{proxyurl});
|
$self->{ua}->proxy(['http', 'https'], $options{request}->{proxyurl});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue