【发布时间】:2016-08-02 10:40:07
【问题描述】:
当我尝试升级(删除 deps/cowboy 和 deps/cowlib)时,再次 make 并运行它以获取最新的 COWBOY Web 服务器,然后它因 cowby:start_http undefined 而失败
application: cowboy_test
exited: {bad_return,
{{cowboy_test_app,start,[normal,[]]},
{'EXIT',
{undef,
[{cowboy,start_http,
[my_http_listener,100,
[{port,8080}],
[{env,[{dispatch,[{'_',[],[{[],[],hello_handler,[]}]}]}]}]],
[]},
{cowboy_test_app,start,2,
[{file,"src/cowboy_test_app.erl"},{line,13}]},
{application_master,start_it_old,4,
[{file,"application_master.erl"},{line,273}]}]}}}}
请大家推荐
【问题讨论】: