From a6f340b31111e8b9c6a3665364ddfded4a48def7 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 13 Jul 2015 10:43:05 +0200 Subject: [PATCH] Fixed documentation --- ICCC/Doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICCC/Doc.go b/ICCC/Doc.go index 61c53a0..ae3438f 100644 --- a/ICCC/Doc.go +++ b/ICCC/Doc.go @@ -42,6 +42,6 @@ channel=CHANNEL checksum=[the SHA512 checksum of the message] Constrains to the environment: -The web server cannot reorder the fields of the request or response. The order of fields at the data object (message) must correspond with the order of fields inside the HTTP message. Therefore, a reorder is not possible at the moment. Also, the three field names 'command', 'channel' and 'checksum' are reserved, thus, you cannot use these names. +The three field names 'command', 'channel' and 'checksum' are reserved, thus, you cannot use these names. */ package ICCC