Skip to content

Commit 04953bc

Browse files
Yi EungJungitster
authored andcommitted
http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
Signed-off-by: Yi EungJun <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9a597ed commit 04953bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/http-protocol.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Because Git repositories are accessed by standard path components
6060
server administrators MAY use directory based permissions within
6161
their HTTP server to control repository access.
6262

63-
Clients SHOULD support Basic authentication as described by RFC 2616.
63+
Clients SHOULD support Basic authentication as described by RFC 2617.
6464
Servers SHOULD support Basic authentication by relying upon the
6565
HTTP server placed in front of the Git server software.
6666

0 commit comments

Comments
 (0)