diff options
author | Ingela Anderton Andin <[email protected]> | 2014-03-04 12:21:14 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-03-18 14:22:00 +0100 |
commit | ec8e9a96bd0d0148df5008b0665da0725e5b3f92 (patch) | |
tree | 47b56d69b4cde7123c43c000f0aaf0ddbae316a3 /lib/inets/src/http_client/httpc_internal.hrl | |
parent | fb0a5a669e43590de66d662b99c2762e596c01e3 (diff) | |
download | otp-ec8e9a96bd0d0148df5008b0665da0725e5b3f92.tar.gz otp-ec8e9a96bd0d0148df5008b0665da0725e5b3f92.tar.bz2 otp-ec8e9a96bd0d0148df5008b0665da0725e5b3f92.zip |
inets: Reverted commmit f97cd6965ac35d1cbe510de23592956857d144c8
The reverted commit took a too optimistic approch to pipeling. When added
we thought it would be an improvment, but it proved to be a
misconception.
Diffstat (limited to 'lib/inets/src/http_client/httpc_internal.hrl')
-rw-r--r-- | lib/inets/src/http_client/httpc_internal.hrl | 6 |
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 d5b3dd2a2a..add5d11dfa 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-2013. All Rights Reserved. +%% Copyright Ericsson AB 2005-2014. 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 and the server has not closed the connection - persistent = false + %% the first request. See type above. + available = false }). |