From b98f285980c3c2701539e196993ead268141aaeb Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:23 +0000 Subject: Almost done now Author: jgg Date: 1998-11-11 06:54:13 GMT Almost done now --- methods/http.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'methods/http.h') diff --git a/methods/http.h b/methods/http.h index 62f329ef5..983904ffb 100644 --- a/methods/http.h +++ b/methods/http.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: http.h,v 1.3 1998/11/04 07:10:50 jgg Exp $ +// $Id: http.h,v 1.4 1998/11/11 06:54:22 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -133,7 +133,7 @@ class HttpMethod : public pkgAcqMethod int Loop(); - HttpMethod() : pkgAcqMethod("1.2",SingleInstance | Pipeline | SendConfig) + HttpMethod() : pkgAcqMethod("1.2",Pipeline | SendConfig) { Depth = 0; File = 0; -- cgit v1.2.3