From 5cb5d8dc4318227ca3ec8976f67e8cfd2302d1ff Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:53 +0000 Subject: HTTP pipelining Author: jgg Date: 1998-12-05 04:19:01 GMT HTTP pipelining --- methods/http.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'methods/http.h') diff --git a/methods/http.h b/methods/http.h index 983904ffb..1a22c5ae5 100644 --- a/methods/http.h +++ b/methods/http.h @@ -1,6 +1,5 @@ // -*- mode: cpp; mode: fold -*- -// Description /*{{{*/ -// $Id: http.h,v 1.4 1998/11/11 06:54:22 jgg Exp $ +// Description /*{{{*/// $Id: http.h,v 1.5 1998/12/05 04:19:06 jgg Exp $ /* ###################################################################### HTTP Aquire Method - This is the HTTP aquire method for APT. @@ -118,6 +117,8 @@ class HttpMethod : public pkgAcqMethod bool Flush(ServerState *Srv); bool ServerDie(ServerState *Srv); int DealWithHeaders(FetchResult &Res,ServerState *Srv); + + bool Fetch(FetchItem *); // In the event of a fatal signal this file will be closed and timestamped. static string FailFile; @@ -128,16 +129,15 @@ class HttpMethod : public pkgAcqMethod public: friend ServerState; - int Depth; FileFd *File; + ServerState *Server; int Loop(); HttpMethod() : pkgAcqMethod("1.2",Pipeline | SendConfig) { - Depth = 0; File = 0; - Depth = 0; + Server = 0; }; }; -- cgit v1.2.3