diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:43 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:43 +0000 |
commit | 44a38e5317fd8b3be2f0e5e7838eb07cc57513ea (patch) | |
tree | 0df95c7de59d09b6fce0297ed1e10983a0271d6f /methods/http.cc | |
parent | 4310ed4d45d9414e9c7b0ffdc9c640e79cee804a (diff) |
Bumped methods version number
Author: jgg
Date: 2001-02-23 07:19:49 GMT
Bumped methods version number
Diffstat (limited to 'methods/http.cc')
-rw-r--r-- | methods/http.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/http.cc b/methods/http.cc index 9f4494dc7..c1c5d8a4a 100644 --- a/methods/http.cc +++ b/methods/http.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: http.cc,v 1.48 2001/02/23 05:45:27 jgg Exp $ +// $Id: http.cc,v 1.49 2001/02/23 07:19:49 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -670,7 +670,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.2\r\n\r\n"; + Req += "User-Agent: Debian APT-HTTP/1.3\r\n\r\n"; if (Debug == true) cerr << Req << endl; |