mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Use Transport:sendfile/2 from Ranch
This removes a bunch of unneeded code, including code that was made for R14 which we don't support anymore. Note that the dependency on Ranch was updated, so you will need to update Ranch for the new code to work.
This commit is contained in:
parent
5c315ab142
commit
72b26c6d0c
2 changed files with 2 additions and 50 deletions
|
@ -1,6 +1,6 @@
|
|||
{deps, [
|
||||
{ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git",
|
||||
"cd099983b1b807b87fa050d1e4ff0a13aba25b49"}}
|
||||
"fb7ed3807620f7534c617789e7347192838a419a"}}
|
||||
]}.
|
||||
{erl_opts, [
|
||||
%% bin_opt_info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue