aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2010-11-29 13:35:01 +0100
committerMicael Karlberg <[email protected]>2010-11-29 13:35:01 +0100
commitad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4 (patch)
tree7486b23f0b3b1ce55b83facfe0f86989ad8c659c /lib/inets/test
parent5f1f1ee929a57cc041ebf363f7e6f99f30cb9dea (diff)
downloadotp-ad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4.tar.gz
otp-ad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4.tar.bz2
otp-ad82371b4b6e3c0c1bf29f0a03e8e07941ffacc4.zip
More IPv6 fixing. This time in actual code (in the client).
Diffstat (limited to 'lib/inets/test')
-rw-r--r--lib/inets/test/httpc_SUITE.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl
index 42329a7d47..94d5a48ef6 100644
--- a/lib/inets/test/httpc_SUITE.erl
+++ b/lib/inets/test/httpc_SUITE.erl
@@ -254,8 +254,11 @@ init_per_testcase(Case, Timeout, Config) ->
[{watchdog, Dog}, {local_server, Server} | TmpConfig2]
end,
+ %% httpc:set_options([{proxy, {{?PROXY, ?PROXY_PORT},
+ %% ["localhost", ?IPV6_LOCAL_HOST]}}]),
+
httpc:set_options([{proxy, {{?PROXY, ?PROXY_PORT},
- ["localhost", ?IPV6_LOCAL_HOST]}},
+ ["localhost", ?IPV6_LOCAL_HOST]}},
{ipfamily, inet6fb4}]),
%% snmp:set_trace([gen_tcp]),