diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-10 09:16:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-10 09:16:21 +0000 |
commit | bce5ae9a07d0419375528ad82f93a7ad9aece8a9 (patch) | |
tree | ed7b5d1368422d8167122c583b286e6dbde63f09 | |
parent | 15f832d1c2c14327b971cacc200d48fce3077043 (diff) |
corrected comment
-rw-r--r-- | lib/transfer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 716094b2f..77146dd6e 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -2152,9 +2152,9 @@ CURLcode Curl_follow(struct SessionHandle *data, * a HTTP (proxy-) authentication scheme other than Basic. */ switch(data->info.httpcode) { - /* 401 - Act on a www-authentication, we keep on moving and do the + /* 401 - Act on a WWW-Authenticate, we keep on moving and do the Authorization: XXXX header in the HTTP request code snippet */ - /* 407 - Act on a proxy-authentication, we keep on moving and do the + /* 407 - Act on a Proxy-Authenticate, we keep on moving and do the Proxy-Authorization: XXXX header in the HTTP request code snippet */ /* 300 - Multiple Choices */ /* 306 - Not used */ |