http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
authorYi EungJun <eungjun.yi@navercorp.com>
Sat, 14 Jun 2014 19:09:29 +0000 (04:09 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:00:43 +0000 (12:00 -0700)
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/http-protocol.txt
index 20525d98bb67cd3710c9738f99020c01f2d1d885..58c7e872d7b3eb0c9e1687600b102fcfd18695d5 100644 (file)
@@ -60,7 +60,7 @@ Because Git repositories are accessed by standard path 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.