summaryrefslogtreecommitdiff
path: root/Documentation/technical/http-protocol.txt
diff options
context:
space:
mode:
authorLibravatar Yi EungJun <eungjun.yi@navercorp.com>2014-06-15 04:09:29 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-06-16 12:00:43 -0700
commit04953bc888e648dc22c172ffa74de1b2a08a209a (patch)
treedb1a0a11f2ae92dbe766813a5cf4371c32b25b30 /Documentation/technical/http-protocol.txt
parentMerge branch 'jc/rev-parse-argh-dashed-multi-words' into maint (diff)
downloadtgif-04953bc888e648dc22c172ffa74de1b2a08a209a.tar.xz
http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/http-protocol.txt')
-rw-r--r--Documentation/technical/http-protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/http-protocol.txt b/Documentation/technical/http-protocol.txt
index 20525d98bb..58c7e872d7 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt
@@ -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.