From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Apr 2018 13:13:37 +0200 Subject: Cowboy 2.3.0 --- docs/en/ranch/1.2/guide/protocols/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/en/ranch/1.2/guide/protocols') diff --git a/docs/en/ranch/1.2/guide/protocols/index.html b/docs/en/ranch/1.2/guide/protocols/index.html index ab2c374c..ee007267 100644 --- a/docs/en/ranch/1.2/guide/protocols/index.html +++ b/docs/en/ranch/1.2/guide/protocols/index.html @@ -7,7 +7,7 @@ - + Nine Nines: Protocols @@ -85,7 +85,7 @@ This will ensure the connection process is the owner of the socket. It expects the listener’s name as argument.

Acknowledge accepting the socket
-
@@ -98,7 +98,7 @@ for that purpose.

in examples/tcp_echo/.

Protocol module that echoes everything it receives
-
@@ -142,7 +142,7 @@ processes), then perform any needed operations before falling back into the normal gen_server execution loop.

Use a gen_server for protocol handling
-
@@ -170,7 +170,7 @@ ends. If you return a timeout value of 0 then the gen_server< handle_info(timeout, _, _) right away.

Use a gen_server for protocol handling, method 2
-
-- cgit v1.2.3