Merge pull request #188 from eclips16/patch-1

fix build warning
This commit is contained in:
Evgeny Khramtsov 2016-09-08 22:27:46 +04:00 committed by GitHub
commit b63aa9c326
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@
-export([start/2,
stop/1,
depends/2,
split_line/1,
process/2,
mod_opt_type/1]).
@ -44,6 +45,9 @@ start(_Host, _Opts) ->
stop(_Host) ->
ok.
depends(_Host, _Opts) ->
[].
process([], #request{method = 'POST', data = Data, host = Host, ip = ClientIp}) ->
try