From 64813428788ecd5ffcafae86ca55cc9e5f396b2a Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 28 Dec 2012 16:56:02 +0100 Subject: [PATCH] doc: Establish HTTP version convention. --- doc/ashd.doc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ashd.doc b/doc/ashd.doc index 92416a7..16030a8 100644 --- a/doc/ashd.doc +++ b/doc/ashd.doc @@ -124,7 +124,8 @@ document of detailing the exact format of such a response, but the following points are noteworthy: * The HTTP version is actually ignored; it must simply be there for - completeness. + completeness. For the sake of forward compatibility, however, + handlers should output "HTTP/1.1". * In the header, Unix line endings are accepted; *htparser*(1) will still use CRLF line endings when passing the response to the -- 2.11.0