diff options
Diffstat (limited to 'doc/src/manual/ranch.recv_proxy_header.asciidoc')
-rw-r--r-- | doc/src/manual/ranch.recv_proxy_header.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/ranch.recv_proxy_header.asciidoc b/doc/src/manual/ranch.recv_proxy_header.asciidoc index 9f23bde..0536e3d 100644 --- a/doc/src/manual/ranch.recv_proxy_header.asciidoc +++ b/doc/src/manual/ranch.recv_proxy_header.asciidoc @@ -51,7 +51,7 @@ the error. .Receive the PROXY protocol header [source,erlang] ---- -start_link(Ref, _, Transport, Opts) -> +start_link(Ref, Transport, Opts) -> Pid = proc_lib:spawn_link(?MODULE, init, [Ref, Transport, Opts]), {ok, Pid}. |