aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_client/httpc_internal.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-09-11 12:04:36 +0200
committerIngela Anderton Andin <[email protected]>2013-09-13 15:14:06 +0200
commit6189bc07f44a0dbb68dbc65689e049decc0d52e7 (patch)
tree6810fc0da143b9b507e868d52947772b32f92316 /lib/inets/src/http_client/httpc_internal.hrl
parent8ee301f7d4a6e7b3254737e9e18250e266441ac6 (diff)
downloadotp-6189bc07f44a0dbb68dbc65689e049decc0d52e7.tar.gz
otp-6189bc07f44a0dbb68dbc65689e049decc0d52e7.tar.bz2
otp-6189bc07f44a0dbb68dbc65689e049decc0d52e7.zip
inets: httpc improve pipelining
Diffstat (limited to 'lib/inets/src/http_client/httpc_internal.hrl')
-rw-r--r--lib/inets/src/http_client/httpc_internal.hrl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/src/http_client/httpc_internal.hrl b/lib/inets/src/http_client/httpc_internal.hrl
index 30e2742e9d..d5b3dd2a2a 100644
--- a/lib/inets/src/http_client/httpc_internal.hrl
+++ b/lib/inets/src/http_client/httpc_internal.hrl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2005-2012. All Rights Reserved.
+%% Copyright Ericsson AB 2005-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -143,8 +143,8 @@
%% true | false
%% This will be true, when a response has been received for
- %% the first request. See type above.
- available = false
+ %% the first request and the server has not closed the connection
+ persistent = false
}).