Benoit Chesneau
Benoit Chesneau
fix compatibility with modern erlang.
I justa dded the http handler to the erlang.mk deps file and got the following issue: ``` {"init terminating in do_boot",{function_clause,[{code,load_file,[{rebar3_archive_plugin,"0.0.1"}],[{file,"code.erl"},{line,144}]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,670}]},{erl_eval,expr,5,[{file,"erl_eval.erl"},{line,269}]},{erl_eval,eval_lc1,6,[{file,"erl_eval.erl"},{line,696}]},{erl_eval,eval_generate,7,[{file,"erl_eval.erl"},{line,725}]},{erl_eval,eval_lc,6,[{file,"erl_eval.erl"},{line,682}]},{erl_eval,exprs,5,[{file,"erl_eval.erl"},{line,122}]},{init,start_it,1,[]}]}} init terminating in do_boot () ``` Any idea how...
I am interresting to setup such tunnel, but how would you open such device from erlang and read it? For example if you want to accept connections for an http...
WHne an unknown option is passed to the command line display the first one when returning. This behaviour is common to lot of console tools (for example git). fix #95