diff options
author | Loïc Hoguin <[email protected]> | 2016-05-27 12:45:55 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-05-27 12:45:55 +0200 |
commit | 23fc8e2a89058d2f96ff64c0bc0dff637662995c (patch) | |
tree | aca36fc0958c6c0f2ddd975b8e18d6f18d42ddcc /Makefile | |
parent | d88f3675dba9e066ef339789d8c223358f744aac (diff) | |
download | gun-23fc8e2a89058d2f96ff64c0bc0dff637662995c.tar.gz gun-23fc8e2a89058d2f96ff64c0bc0dff637662995c.tar.bz2 gun-23fc8e2a89058d2f96ff64c0bc0dff637662995c.zip |
Initial HTTP/2 support
A number of things are not implemented, but this is enough
to connect to Twitter and get a response sent back.
It also currently doesn't have tests.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ CI_OTP = OTP-18.0.2 # Dependencies. DEPS = cowlib ranch -dep_cowlib = git https://github.com/ninenines/cowlib 1.3.0 +dep_cowlib = git https://github.com/ninenines/cowlib master dep_ranch = git https://github.com/ninenines/ranch 1.1.0 TEST_DEPS = ct_helper |