diff options
author | Micael Karlberg <[email protected]> | 2012-01-04 17:59:23 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-04 17:59:23 +0100 |
commit | 345ffc04c94d583ec829bacf2807fe1562b7f72c (patch) | |
tree | af4fc5eebf1cd52f388c9c65a7e2f5df6631746a /lib/inets/src/http_client/httpc_manager.erl | |
parent | bf5246974e426a18f0f12895b6696ddd32f876de (diff) | |
download | otp-345ffc04c94d583ec829bacf2807fe1562b7f72c.tar.gz otp-345ffc04c94d583ec829bacf2807fe1562b7f72c.tar.bz2 otp-345ffc04c94d583ec829bacf2807fe1562b7f72c.zip |
[inets/httpc] Add test case
Add a test case verifying the session selection.
Add some more use of the update_session function. Improved
verbosity printouts.
OTP-9847
Diffstat (limited to 'lib/inets/src/http_client/httpc_manager.erl')
-rw-r--r-- | lib/inets/src/http_client/httpc_manager.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_manager.erl b/lib/inets/src/http_client/httpc_manager.erl index d699f1e7d8..4262abc5d0 100644 --- a/lib/inets/src/http_client/httpc_manager.erl +++ b/lib/inets/src/http_client/httpc_manager.erl @@ -206,7 +206,7 @@ insert_session(Session, ProfileName) -> update_session(ProfileName, SessionId, Pos, Value) -> SessionDbName = session_db_name(ProfileName), - ?hcrt("insert session", + ?hcrt("update session", [{id, SessionId}, {pos, Pos}, {value, Value}, |