]> git.saurik.com Git - apt.git/blobdiff - methods/server.h
make http size check work
[apt.git] / methods / server.h
index 0d733314046093bbe8d1d0b0bb2043cf4d63746a..0134a95385cb60dc1eba9499cd0aa088a12ba587 100644 (file)
@@ -70,7 +70,7 @@ struct ServerState
       RUN_HEADERS_PARSE_ERROR
    };
    /** \brief Get the headers before the data */
-   RunHeadersResult RunHeaders(FileFd * const File);
+   RunHeadersResult RunHeaders(FileFd * const File, const std::string &Uri);
 
    bool Comp(URI Other) const {return Other.Host == ServerName.Host && Other.Port == ServerName.Port;};
    virtual void Reset() {Major = 0; Minor = 0; Result = 0; Code[0] = '\0'; Size = 0;