diff options
author | Luca Favatella <[email protected]> | 2018-03-19 10:36:18 +0000 |
---|---|---|
committer | Luca Favatella <[email protected]> | 2018-03-23 17:00:41 +0000 |
commit | b9a2da76f0a4d84b749c4ac6ef8d269994385593 (patch) | |
tree | 9ad05fbc25b915db8c62bb3475f2baec4a8835ec | |
parent | 5c2acbd35150da5e6d3afba1f61bb8bb995bb80f (diff) | |
download | otp-b9a2da76f0a4d84b749c4ac6ef8d269994385593.tar.gz otp-b9a2da76f0a4d84b749c4ac6ef8d269994385593.tar.bz2 otp-b9a2da76f0a4d84b749c4ac6ef8d269994385593.zip |
inets: Delete obsolete comment in httpc_response:result
-rw-r--r-- | lib/inets/src/http_client/httpc_response.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_response.erl b/lib/inets/src/http_client/httpc_response.erl index 58ab9144df..92dc9b0e02 100644 --- a/lib/inets/src/http_client/httpc_response.erl +++ b/lib/inets/src/http_client/httpc_response.erl @@ -83,7 +83,6 @@ whole_body(Body, Length) -> %% result(Response, Request) -> %% Response - {StatusLine, Headers, Body} %% Request - #request{} -%% Session - #tcp_session{} %% %% Description: Checks the status code ... %%------------------------------------------------------------------------- |