diff options
author | Kiko Fernandez-Reyes <kiko@erlang.org> | 2022-12-12 15:03:28 +0100 |
---|---|---|
committer | Kiko Fernandez-Reyes <kiko@erlang.org> | 2023-02-17 11:46:31 +0100 |
commit | 8cf960cc2cc14a57c86fa6478f86e7f819da9b0b (patch) | |
tree | f05f526f5e0e65f0518bca4233b356b4de1d8d49 /lib/inets/src/http_client/httpc_internal.hrl | |
parent | 08f6b67b6e5d2dcc3c732b3774f25126235ca904 (diff) | |
download | erlang-8cf960cc2cc14a57c86fa6478f86e7f819da9b0b.tar.gz |
inets: update function heads and types
Updates records, function headers, etc so that the `inets` app can be type
checked by type checkers such as eqWAlizer.
Diffstat (limited to 'lib/inets/src/http_client/httpc_internal.hrl')
-rw-r--r-- | lib/inets/src/http_client/httpc_internal.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_internal.hrl b/lib/inets/src/http_client/httpc_internal.hrl index 709683ffb0..8e35bfef4f 100644 --- a/lib/inets/src/http_client/httpc_internal.hrl +++ b/lib/inets/src/http_client/httpc_internal.hrl @@ -127,7 +127,7 @@ %% {{Host, Port}, HandlerPid} id, - client_close :: 'undefined' | boolean(), + client_close = false :: boolean(), %% http (HTTP/TCP) | https (HTTP/SSL/TCP) scheme, |