From cc1e584e8726a8f0235dc705d2bc90123a7ced32 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 15 May 2019 11:42:54 +0000 Subject: [PATCH] fix2 --- .../proposals/150-garlic-farm-protocol.rst | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/i2p2www/spec/proposals/150-garlic-farm-protocol.rst b/i2p2www/spec/proposals/150-garlic-farm-protocol.rst index 7d76cebb..d14becc2 100644 --- a/i2p2www/spec/proposals/150-garlic-farm-protocol.rst +++ b/i2p2www/spec/proposals/150-garlic-farm-protocol.rst @@ -103,14 +103,14 @@ All lines are teriminated with \r\n as required by HTTP. {% highlight %} GET /GarlicFarm/CLUSTER/VERSION/websocket HTTP/1.1 - Host: (ip):(port) - Cache-Control: no-cache - Connection: close - (any other headers ignored) - (blank line) + Host: (ip):(port) + Cache-Control: no-cache + Connection: close + (any other headers ignored) + (blank line) - CLUSTER is the name of the cluster (default "farm") - VERSION is the Garlic Farm version (currently "1") + CLUSTER is the name of the cluster (default "farm") + VERSION is the Garlic Farm version (currently "1") {% endhighlight %} @@ -138,17 +138,17 @@ All lines are teriminated with \r\n as required by HTTP. {% highlight %} GET /GarlicFarm/CLUSTER/VERSION/websocket HTTP/1.1 - Host: (ip):(port) - Cache-Control: no-cache - Connection: keep-alive, Upgrade - Upgrade: websocket - (Sec-Websocket-* headers if proxied) - Authorization: (HTTP digest authorization header as in RFC 2617) - (any other headers ignored) - (blank line) + Host: (ip):(port) + Cache-Control: no-cache + Connection: keep-alive, Upgrade + Upgrade: websocket + (Sec-Websocket-* headers if proxied) + Authorization: (HTTP digest authorization header as in RFC 2617) + (any other headers ignored) + (blank line) - CLUSTER is the name of the cluster (default "farm") - VERSION is the Garlic Farm version (currently "1") + CLUSTER is the name of the cluster (default "farm") + VERSION is the Garlic Farm version (currently "1") {% endhighlight %} @@ -167,11 +167,11 @@ All lines are teriminated with \r\n as required by HTTP. {% highlight %} HTTP/1.1 101 Switching Protocols - Connection: Upgrade - Upgrade: websocket - (Sec-Websocket-* headers) - (any other headers ignored) - (blank line) + Connection: Upgrade + Upgrade: websocket + (Sec-Websocket-* headers) + (any other headers ignored) + (blank line) {% endhighlight %}