diff options
author | Péter Dimitrov <[email protected]> | 2018-04-11 11:17:58 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-11 11:17:58 +0200 |
commit | 61d16f05ee113414fc868940156931bdfa2d25f0 (patch) | |
tree | 571570172cc573000e4207cf675fe0753140c97d /lib/inets/doc/src | |
parent | 6a38655668542cebb60d5e13078b599abb3f0ec6 (diff) | |
parent | d9d40dd446d7e7783ceaff62f0bc5f74e556d119 (diff) | |
download | otp-61d16f05ee113414fc868940156931bdfa2d25f0.tar.gz otp-61d16f05ee113414fc868940156931bdfa2d25f0.tar.bz2 otp-61d16f05ee113414fc868940156931bdfa2d25f0.zip |
Merge pull request #1752 from lucafavatella/httpc-connection-close
Teach httpc to honour server connection close
Diffstat (limited to 'lib/inets/doc/src')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 14662f257c..ffc6fec518 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -312,8 +312,7 @@ <v>Body = string() | binary()</v> <v>Profile = profile() | pid()</v> <d>When started <c>stand_alone</c> only the pid can be used.</d> - <v>Reason = {connect_failed, term()} | - {send_failed, term()} | term()</v> + <v>Reason = term()</v> </type> <desc> |