erlanglab / erlangpl

Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
http://www.erlang.pl/
Apache License 2.0
549 stars 40 forks source link

Use Cowboy 1.1.2 #62

Closed arkgil closed 7 years ago

arkgil commented 7 years ago

This PR updates Cowboy dependency to 1.1.2.

Upgrading Cowbow added lots of dependencies, which made both reltool and our escript unhappy. To make at least escript happy, I've changes applications' starting method to application:ensure_all_started/1.

Closes #58

michalslaski commented 7 years ago

Thanks @arkgil !