[PATCH v2] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
From: Yi, EungJun <hidden>
Date: 2016-06-15 23:01:39
From: Yi, EungJun <hidden>
Date: 2016-06-15 23:01:39
From: Yi EungJun <redacted> Signed-off-by: Yi EungJun <redacted> --- Documentation/technical/http-protocol.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/technical/http-protocol.txtb/Documentation/technical/http-protocol.txt index 544373b..2d0eb19 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt@@ -60,7 +60,7 @@ Because Git repositories are accessed by standardpath components server administrators MAY use directory based permissions within their HTTP server to control repository access. -Clients SHOULD support Basic authentication as described by RFC 2616. +Clients SHOULD support Basic authentication as described by RFC 2617. Servers SHOULD support Basic authentication by relying upon the HTTP server placed in front of the Git server software. -- 2.0.0.422.gb6302de