Skip to content

Commit ccca6b6

Browse files
committed
Merge branch 'ye/doc-http-proto'
* ye/doc-http-proto: http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616
2 parents 8d87e35 + 04953bc commit ccca6b6

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)