aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_http.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_http.erl')
-rw-r--r--src/gun_http.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun_http.erl b/src/gun_http.erl
index 4726f03..8b176fe 100644
--- a/src/gun_http.erl
+++ b/src/gun_http.erl
@@ -43,7 +43,7 @@
}).
check_options(Opts) ->
- do_check_options(map:to_list(Opts)).
+ do_check_options(maps:to_list(Opts)).
do_check_options([{keepalive, K}|Opts]) when is_integer(K), K > 0 ->
do_check_options(Opts);