X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f6c0d4ae82e5300cc39d4d95837ab939f15fec9b..056539eeb8eb84cea65c0c15466111b978ee156d:/methods/http.h diff --git a/methods/http.h b/methods/http.h index dec5cd80f..bc076e1f8 100644 --- a/methods/http.h +++ b/methods/http.h @@ -99,6 +99,7 @@ struct ServerState enum {Chunked,Stream,Closes} Encoding; enum {Header, Data} State; bool Persistent; + string Location; // This is a Persistent attribute of the server itself. bool Pipeline; @@ -145,6 +146,8 @@ class HttpMethod : public pkgAcqMethod protected: virtual bool Fetch(FetchItem *); + string NextURI; + public: friend class ServerState;