diff options
author | Ingela Anderton Andin <[email protected]> | 2013-03-18 10:22:03 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-03-18 10:53:38 +0100 |
commit | ce52178afbfa9b70d0ebf0a3c974a2bf2c134d30 (patch) | |
tree | 4deb68084bd1caaa94c07bd379fe702ebd0088a0 /lib/inets/src | |
parent | 676982407bf45c437de8059def8b7ce7435162cf (diff) | |
download | otp-ce52178afbfa9b70d0ebf0a3c974a2bf2c134d30.tar.gz otp-ce52178afbfa9b70d0ebf0a3c974a2bf2c134d30.tar.bz2 otp-ce52178afbfa9b70d0ebf0a3c974a2bf2c134d30.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 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 -> |