aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_client/httpc_internal.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-10-14 13:52:23 +0200
committerIngela Anderton Andin <[email protected]>2013-10-14 13:52:23 +0200
commitb95bfc6c641a568f6ed5dc4ff9e80a742505744d (patch)
treef4b89f901bc4ea350cc6557a341144d09b85bfd6 /lib/inets/src/http_client/httpc_internal.hrl
parentea8545dbeb69431da8fdbbde0db9e7847725e9db (diff)
parentdb460f90313bb7adea4ebd4cf0f3cca568ddf118 (diff)
downloadotp-b95bfc6c641a568f6ed5dc4ff9e80a742505744d.tar.gz
otp-b95bfc6c641a568f6ed5dc4ff9e80a742505744d.tar.bz2
otp-b95bfc6c641a568f6ed5dc4ff9e80a742505744d.zip
Merge remote-tracking branch 'upstream/maint'
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
}).