Closed ghallak closed 2 years ago
@davidyuk This should fix both the issues mentioned in the PR description (after I fix the failing tests).
The trailing newlines are still showing because aesophia_http
still depends on an older version of aesophia
and the docker build failure is caused by a failed fetch of one of the dependencies, and that failure stopped happening after I've updated the versions of the dependencies inside rebar.config
.
I've noticed that you have manually edited rebar.lock
here 3c3b38c90eceff3c6cbbd8917fd4915be05cae57 to work around the failed fetch. Probably not the best way to do things 😄
Fixes #80, Fixes #88