diff options
author | Micael Karlberg <[email protected]> | 2011-11-22 12:39:36 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-22 12:39:36 +0100 |
commit | 019e0f5483e3df00f27ca9f6bb7a5e02e1705314 (patch) | |
tree | 74e84d610e4e022c1c066e451d024e399d108cc2 /lib/inets/test/httpc_SUITE.erl | |
parent | 87abb60af318a471df1c3614bfa860a7fd55ccf7 (diff) | |
parent | 3a94ee84c863798aed81869c71d4ab6b4b902ee5 (diff) | |
download | otp-019e0f5483e3df00f27ca9f6bb7a5e02e1705314.tar.gz otp-019e0f5483e3df00f27ca9f6bb7a5e02e1705314.tar.bz2 otp-019e0f5483e3df00f27ca9f6bb7a5e02e1705314.zip |
Merge branch 'bmk/inets/httpd/bad_msg_size/OTP-9733' into bmk/inets/inets58_integration2
Diffstat (limited to 'lib/inets/test/httpc_SUITE.erl')
-rw-r--r-- | lib/inets/test/httpc_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl index d86e52f3d5..2b580cd95d 100644 --- a/lib/inets/test/httpc_SUITE.erl +++ b/lib/inets/test/httpc_SUITE.erl @@ -370,7 +370,7 @@ init_per_testcase(Case, Timeout, Config) -> %% This will fail for the ipv6_ - cases (but that is ok) ProxyExceptions = ["localhost", ?IPV6_LOCAL_HOST], - http:set_options([{proxy, {{?PROXY, ?PROXY_PORT}, ProxyExceptions}}]), + httpc:set_options([{proxy, {{?PROXY, ?PROXY_PORT}, ProxyExceptions}}]), inets:enable_trace(max, io, httpc), %% inets:enable_trace(max, io, all), %% snmp:set_trace([gen_tcp]), |