diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-26 18:17:09 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-26 18:17:09 +0200 |
commit | c833c7a16381c383588265bbb35ed24ad383b53f (patch) | |
tree | 8120ac41cd8204a6cbfd7796c3cab0a7d576990a /methods/http.cc | |
parent | 6627bdccce46a9acdae09d37e6e1444a5f7384e1 (diff) |
* methods/http.cc: change user agent from debian to ubuntu
Diffstat (limited to 'methods/http.cc')
-rw-r--r-- | methods/http.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/http.cc b/methods/http.cc index 341de94e3..09dab8188 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -714,7 +714,7 @@ void HttpMethod::SendReq(FetchItem *Itm,CircleBuf &Out) Req += string("Authorization: Basic ") + Base64Encode(Uri.User + ":" + Uri.Password) + "\r\n"; - Req += "User-Agent: Debian APT-HTTP/1.3\r\n\r\n"; + Req += "User-Agent: Ubuntu APT-HTTP/1.3\r\n\r\n"; if (Debug == true) cerr << Req << endl; |