X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/dab94dcbda14af5ba452858d0ba7d48866f3b8d6..6abe26994fd82bef9bc357055d1dc4feee261a4d:/methods/http.h diff --git a/methods/http.h b/methods/http.h index 6753a9901..13f02ec77 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; @@ -143,6 +144,8 @@ class HttpMethod : public pkgAcqMethod static time_t FailTime; static void SigTerm(int); + string NextURI; + public: friend class ServerState;