diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/http.hrl | 2 | ||||
-rw-r--r-- | include/types.hrl | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/http.hrl b/include/http.hrl index ad95c0f..fe5c796 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -14,7 +14,7 @@ -record(http_req, { %% Transport. - socket = undefined :: undefined | socket(), + socket = undefined :: undefined | inet:socket(), transport = undefined :: undefined | module(), connection = keepalive :: keepalive | close, diff --git a/include/types.hrl b/include/types.hrl index 5938f0e..34b3fda 100644 --- a/include/types.hrl +++ b/include/types.hrl @@ -16,7 +16,6 @@ {takeover, Node::node()} | {failover, Node::node()}. -type posix() :: atom(). --opaque socket() :: term(). -opaque sslsocket() :: term(). -type port_number() :: 0..65535. |