From a56b37d6113d3584e0f9bb26684ca4d01393f545 Mon Sep 17 00:00:00 2001 From: maike Date: Wed, 23 Sep 2020 20:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E7=B1=BB=E5=9E=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/agHttpCli.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/agHttpCli.hrl b/include/agHttpCli.hrl index f789adb..776fe4d 100644 --- a/include/agHttpCli.hrl +++ b/include/agHttpCli.hrl @@ -121,7 +121,7 @@ -type backlogSize() :: pos_integer() | infinity. -type requestId() :: {serverName(), reference()}. -type socket() :: inet:socket() | ssl:sslsocket(). --type socketOpts() :: [gen_tcp:connect_option(), ...]. +-type socketOpts() :: [gen_tcp:connect_option() | ssl:tls_client_option()]. -type error() :: {error, term()}. -type dbCfg() ::