]> git.saurik.com Git - apt.git/blobdiff - methods/server.h
Fix http pipeline messup detection
[apt.git] / methods / server.h
index 3093e00c99ba44f0218f12d3a0b0826b830f911f..7d519847898ac71a875ce7688e1f2daf4d00df49 100644 (file)
@@ -106,6 +106,10 @@ class ServerMethod : public pkgAcqMethod
    unsigned long PipelineDepth;
    bool AllowRedirect;
 
+   // Find the biggest item in the fetch queue for the checking of the maximum
+   // size
+   unsigned long long FindMaximumObjectSizeInQueue() const APT_PURE;
+
    public:
    bool Debug;