From 58828beb5f2a2c311d6f13b4eacc9223a6350bd3 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sat, 7 May 2005 10:13:18 -0700 Subject: [PATCH] [svn] Doc fix. --- src/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/http.c b/src/http.c index 2add14a6..5562b037 100644 --- a/src/http.c +++ b/src/http.c @@ -2681,8 +2681,8 @@ http_atotm (const char *time_string) and Microsoft-specific. */ /* Create the authentication header contents for the `Basic' scheme. - This is done by encoding the string `USER:PASS' in base64 and - prepending `HEADER: Basic ' to it. */ + This is done by encoding the string "USER:PASS" to base64 and + prepending the string "Basic " in front of it. */ static char * basic_authentication_encode (const char *user, const char *passwd)