File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
{deps ,
5
5
[{cloudi_core , " .*" ,
6
6
{git , " https://github.com/CloudI/cloudi_core.git" ,
7
- {tag , " v1.7.2 " }}},
7
+ {branch , " master " }}},
8
8
{cowboy , " .*" ,
9
9
{git , " https://github.com/ninenines/cowboy.git" ,
10
10
{tag , " 1.0.1" }}},
11
11
{uuid , " .*" ,
12
12
{git , " https://github.com/okeuday/uuid.git" ,
13
- {tag , " v1.7.2 " }}},
13
+ {branch , " master " }}},
14
14
{trie , " .*" ,
15
15
{git , " https://github.com/okeuday/trie.git" ,
16
16
{tag , " v1.7.2" }}}]}.
Original file line number Diff line number Diff line change 8
8
% %%
9
9
% %% MIT License
10
10
% %%
11
- % %% Copyright (c) 2012-2017 Michael Truog <mjtruog at gmail dot com>
11
+ % %% Copyright (c) 2012-2018 Michael Truog <mjtruog at gmail dot com>
12
12
% %%
13
13
% %% Permission is hereby granted, free of charge, to any person obtaining a
14
14
% %% copy of this software and associated documentation files (the "Software"),
29
29
% %% DEALINGS IN THE SOFTWARE.
30
30
% %%
31
31
% %% @author Michael Truog <mjtruog [at] gmail (dot) com>
32
- % %% @copyright 2012-2017 Michael Truog
33
- % %% @version 1.7.2 {@date} {@time}
32
+ % %% @copyright 2012-2018 Michael Truog
33
+ % %% @version 1.7.3 {@date} {@time}
34
34
% %%------------------------------------------------------------------------
35
35
36
36
-module (cloudi_http_cowboy_handler ).
@@ -208,7 +208,7 @@ handle(Req0,
208
208
true ->
209
209
% handle custom methods, if they occur
210
210
NameIncoming ++ [$/ |
211
- string : to_lower (erlang :binary_to_list (Method ))]
211
+ cloudi_string : lowercase (erlang :binary_to_list (Method ))]
212
212
end ,
213
213
PeerShort = erlang :list_to_binary (inet_parse :ntoa (ClientIpAddr )),
214
214
PeerLong = cloudi_ip_address :to_binary (ClientIpAddr ),
You can’t perform that action at this time.
0 commit comments