Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Disabling proxy does not disable proxy #11

Closed
Jigoku opened this issue Apr 19, 2015 · 0 comments
Closed

Disabling proxy does not disable proxy #11

Jigoku opened this issue Apr 19, 2015 · 0 comments
Milestone

Comments

@Jigoku
Copy link
Owner

Jigoku commented Apr 19, 2015

*** unhandled exception in callback:
***   '' is not a valid URI scheme at ./alluvion-gtk.pl line 611.
***  ignoring at ./alluvion-gtk.pl line 596, <FILE> line 7.

proxy is enabled by issuing:

$ua->proxy([ 'http', 'https' ], "http://".$settings{"proxy_addr"}.":".$settings{"proxy_port"});

when disabling....

$ua->proxy(undef, undef);

THIS is invalid

@Jigoku Jigoku added this to the 0.2 milestone Apr 19, 2015
@Jigoku Jigoku closed this as completed in 9727313 Apr 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant