From 8459bebceb9533948193774371cbd9fd571b78ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 16 Oct 2019 09:48:31 +0200 Subject: Cowboy 2.7.0 --- docs/en/ranch/2.0/manual/ranch.recv_proxy_header/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/en/ranch/2.0/manual/ranch.recv_proxy_header') diff --git a/docs/en/ranch/2.0/manual/ranch.recv_proxy_header/index.html b/docs/en/ranch/2.0/manual/ranch.recv_proxy_header/index.html index da04c826..e4cf5c00 100644 --- a/docs/en/ranch/2.0/manual/ranch.recv_proxy_header/index.html +++ b/docs/en/ranch/2.0/manual/ranch.recv_proxy_header/index.html @@ -65,7 +65,7 @@

Name

ranch:recv_proxy_header - Receive the PROXY protocol header

Description

-
@@ -94,11 +94,11 @@ http://www.gnu.org/software/src-highlite -->

Examples

Receive the PROXY protocol header
-
-
start_link(Ref, _, Transport, Opts) ->
+
start_link(Ref, Transport, Opts) ->
     Pid = proc_lib:spawn_link(?MODULE, init,
         [Ref, Transport, Opts]),
     {ok, Pid}.
-- 
cgit v1.2.3