aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/http.hrl')
-rw-r--r--include/http.hrl2
1 files changed, 1 insertions, 1 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,