aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_client/httpc_manager.erl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-07-12 11:04:54 +0200
committerMicael Karlberg <[email protected]>2011-07-12 11:04:54 +0200
commit4cc5cf4b6bdb0f689b666fe007d2e1f0f1a5838a (patch)
tree91ac07f0809ccf770c07d184b07560b94b786fc3 /lib/inets/src/http_client/httpc_manager.erl
parent1c01cf2fb625e105dd2355279635edbb3dbb3063 (diff)
parent32fc16e311bfbc5abd0ab8caf64d566e1e65196d (diff)
downloadotp-4cc5cf4b6bdb0f689b666fe007d2e1f0f1a5838a.tar.gz
otp-4cc5cf4b6bdb0f689b666fe007d2e1f0f1a5838a.tar.bz2
otp-4cc5cf4b6bdb0f689b666fe007d2e1f0f1a5838a.zip
Merge branch 'maint-r14' of super:otp into maint-r14
Diffstat (limited to 'lib/inets/src/http_client/httpc_manager.erl')
-rw-r--r--lib/inets/src/http_client/httpc_manager.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/src/http_client/httpc_manager.erl b/lib/inets/src/http_client/httpc_manager.erl
index 7f66b477eb..9015bf1ce2 100644
--- a/lib/inets/src/http_client/httpc_manager.erl
+++ b/lib/inets/src/http_client/httpc_manager.erl
@@ -52,7 +52,7 @@
cancel = [], % [{RequestId, HandlerPid, ClientPid}]
handler_db, % ets() - Entry: #handler_info{}
cookie_db, % cookie_db()
- session_db, % ets() - Entry: #tcp_session{}
+ session_db, % ets() - Entry: #session{}
profile_name, % atom()
options = #options{}
}).
@@ -178,7 +178,7 @@ request_done(RequestId, ProfileName) ->
%%--------------------------------------------------------------------
%% Function: insert_session(Session, ProfileName) -> _
-%% Session - #tcp_session{}
+%% Session - #session{}
%% ProfileName - atom()
%%
%% Description: Inserts session information into the httpc manager
@@ -669,7 +669,7 @@ select_session(Method, HostPort, Scheme, SessionType,
(SessionType =:= keep_alive) of
true ->
%% Look for handlers connecting to this host (HostPort)
- %% tcp_session with record name field (tcp_session) and
+ %% session with record name field (session) and
%% socket fields ignored. The fields id (part of: HostPort),
%% client_close, scheme and type specified.
%% The fields id (part of: HandlerPid) and queue_length