From 2591eddc8db45c89e01ceefa009537aaf660ac82 Mon Sep 17 00:00:00 2001 From: Luca Favatella Date: Fri, 16 Mar 2018 21:03:19 +0000 Subject: inets: Remove httpc dead code re init error ... i.e. references to `connect_failed` and `send_failed`, unused since 5d32eaf750 . --- lib/inets/doc/src/httpc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/inets/doc/src') 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 @@ Body = string() | binary() Profile = profile() | pid() When started stand_alone only the pid can be used. - Reason = {connect_failed, term()} | - {send_failed, term()} | term() + Reason = term() -- cgit v1.2.3