diff options
author | Micael Karlberg <[email protected]> | 2011-06-09 18:13:55 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 18:16:19 +0200 |
commit | 36c85608156dfebd732172559777ae61b6b5fc14 (patch) | |
tree | 34033492e45c30ad287bb719aafc474cea5adf01 /lib/inets/src/http_client | |
parent | 611cccf10cfe98fe2aca018b91e7241714528850 (diff) | |
download | otp-36c85608156dfebd732172559777ae61b6b5fc14.tar.gz otp-36c85608156dfebd732172559777ae61b6b5fc14.tar.bz2 otp-36c85608156dfebd732172559777ae61b6b5fc14.zip |
Stopping httpc client...
Diffstat (limited to 'lib/inets/src/http_client')
-rw-r--r-- | lib/inets/src/http_client/httpc.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/inets/src/http_client/httpc.erl b/lib/inets/src/http_client/httpc.erl index 54f254db52..6b3af3f924 100644 --- a/lib/inets/src/http_client/httpc.erl +++ b/lib/inets/src/http_client/httpc.erl @@ -553,9 +553,7 @@ return_answer(Options, {{"HTTP/0.9",_,_}, _, BinBody}) -> {ok, Body}; return_answer(Options, {StatusLine, Headers, BinBody}) -> - Body = maybe_format_body(BinBody, Options), - case proplists:get_value(full_result, Options, true) of true -> {ok, {StatusLine, Headers, Body}}; |