aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-08 16:05:04 +0200
committerLoïc Hoguin <[email protected]>2018-10-08 16:05:04 +0200
commit1d6d695934278e7b8c6e1cbfaf56c0b735765a9a (patch)
treef0047f64968e9836e688b092a0aada40c1f9251f /ebin
parent6b974d4a50bbf6b811d74c15c845f511bd1cf1a6 (diff)
downloadranch-1d6d695934278e7b8c6e1cbfaf56c0b735765a9a.tar.gz
ranch-1d6d695934278e7b8c6e1cbfaf56c0b735765a9a.tar.bz2
ranch-1d6d695934278e7b8c6e1cbfaf56c0b735765a9a.zip
Add initial ranch_proxy_header implementation
Using test cases from the spec and tomciopp/proxy_protocol. Many more tests are needed, especially for the TLV part and for the error conditions.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/ranch.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/ranch.app b/ebin/ranch.app
index aab5626..0c5bf36 100644
--- a/ebin/ranch.app
+++ b/ebin/ranch.app
@@ -1,7 +1,7 @@
{application, 'ranch', [
{description, "Socket acceptor pool for TCP protocols."},
{vsn, "1.6.2"},
- {modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_listener_sup','ranch_protocol','ranch_server','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
+ {modules, ['ranch','ranch_acceptor','ranch_acceptors_sup','ranch_app','ranch_conns_sup','ranch_listener_sup','ranch_protocol','ranch_proxy_header','ranch_server','ranch_ssl','ranch_sup','ranch_tcp','ranch_transport']},
{registered, [ranch_sup,ranch_server]},
{applications, [kernel,stdlib,ssl]},
{mod, {ranch_app, []}},