diff options
author | Ingela Anderton Andin <[email protected]> | 2013-03-18 10:22:03 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-02-05 10:32:22 +0100 |
commit | 808502d8122a7e5c136f2e0079db68af5690e959 (patch) | |
tree | 10302d250972e6208ace763663b5721ce32223d1 /lib/inets/src | |
parent | 68cecbfa6a9d79b9137c2cf797b0499c9daed27b (diff) | |
download | otp-808502d8122a7e5c136f2e0079db68af5690e959.tar.gz otp-808502d8122a7e5c136f2e0079db68af5690e959.tar.bz2 otp-808502d8122a7e5c136f2e0079db68af5690e959.zip |
inets httpc: Revert incorrect commit regarding cookie handling.
Diffstat (limited to 'lib/inets/src')
-rw-r--r-- | lib/inets/src/http_client/httpc_handler.erl | 2 |
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 54db6a5c81..6b8f33f9b8 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 -> |