aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_client/httpc_handler.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-03-19 12:04:46 +0100
committerIngela Anderton Andin <[email protected]>2013-03-19 12:04:46 +0100
commit395e5870020df6807c6e73462e75d594a07e40a8 (patch)
tree2cfae60b655f72dc1c0c7e64cb7ffa7458d4477a /lib/inets/src/http_client/httpc_handler.erl
parent487116a505a4346ea9e951a92fa17eea294bd177 (diff)
parentce52178afbfa9b70d0ebf0a3c974a2bf2c134d30 (diff)
downloadotp-395e5870020df6807c6e73462e75d594a07e40a8.tar.gz
otp-395e5870020df6807c6e73462e75d594a07e40a8.tar.bz2
otp-395e5870020df6807c6e73462e75d594a07e40a8.zip
Merge branch 'ia/inets/cookie-bug/OTP-10956' into maint
* ia/inets/cookie-bug/OTP-10956: inets httpc: Revert incorrect commit regarding cookie handling.
Diffstat (limited to 'lib/inets/src/http_client/httpc_handler.erl')
-rw-r--r--lib/inets/src/http_client/httpc_handler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_handler.erl b/lib/inets/src/http_client/httpc_handler.erl
index 857043bae2..f6b13c2998 100644
--- a/lib/inets/src/http_client/httpc_handler.erl
+++ b/lib/inets/src/http_client/httpc_handler.erl
@@ -1142,7 +1142,7 @@ handle_response(#state{request = Request,
{session, Session},
{status_line, StatusLine}]),
- handle_cookies(Headers, Request, Options, httpc_manager), %% FOO profile_name
+ handle_cookies(Headers, Request, Options, ProfileName),
case httpc_response:result({StatusLine, Headers, Body}, Request) of
%% 100-continue
continue ->