From: Alexey Shchepin Date: Tue, 27 Sep 2016 04:12:10 +0000 (+0300) Subject: Use inets instead of lhttpc in http_p1 X-Git-Tag: 16.12~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acab2270f15b653fb21a65a826448e91d5e69873;p=ejabberd Use inets instead of lhttpc in http_p1 --- diff --git a/src/http_p1.erl b/src/http_p1.erl index 6ede758f2..f430bbe11 100644 --- a/src/http_p1.erl +++ b/src/http_p1.erl @@ -33,8 +33,8 @@ -include("logger.hrl"). -% -define(USE_INETS, 1). --define(USE_LHTTPC, 1). +-define(USE_INETS, 1). +% -define(USE_LHTTPC, 1). % -define(USE_IBROWSE, 1). % inets used as default if none specified