diff options
author | Ingela Anderton Andin <[email protected]> | 2010-11-30 15:01:57 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-11-30 15:01:57 +0100 |
commit | e97fb4c5b40c1263ddc3142ab668d7e41c23721b (patch) | |
tree | 09c8cb4ea9c2b16d5b7a64538df2b17a22da3ee1 /lib/inets/src/http_client | |
parent | e4890b3b1a94c66f624d11e901977dfc76883808 (diff) | |
parent | 739c7ee15023ba711a0e37aac9bd8753d1c044dd (diff) | |
download | otp-e97fb4c5b40c1263ddc3142ab668d7e41c23721b.tar.gz otp-e97fb4c5b40c1263ddc3142ab668d7e41c23721b.tar.bz2 otp-e97fb4c5b40c1263ddc3142ab668d7e41c23721b.zip |
Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of super:bmk_otp into dev
Diffstat (limited to 'lib/inets/src/http_client')
-rw-r--r-- | lib/inets/src/http_client/httpc_manager.erl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/inets/src/http_client/httpc_manager.erl b/lib/inets/src/http_client/httpc_manager.erl index 1e1bde220b..591cb78c29 100644 --- a/lib/inets/src/http_client/httpc_manager.erl +++ b/lib/inets/src/http_client/httpc_manager.erl @@ -734,10 +734,11 @@ handle_connect_and_send(_StarterPid, ReqId, HandlerPid, Result, ok; [] -> - error_report(Profile, - "handler (~p) successfully started " - "for unknown request ~p => canceling", - [HandlerPid, ReqId]), + ?hcri("handler successfully started " + "for unknown request => canceling", + [{profile, Profile}, + {handler, HandlerPid}, + {request, ReqId}]), httpc_handler:cancel(ReqId, HandlerPid) end. |