]> git.saurik.com Git - apt.git/blobdiff - methods/server.h
don't sent Range requests if we know its not accepted
[apt.git] / methods / server.h
index 63acceae69d8527a3402cea55062804374e959f5..c3adba87a48034409e3d6cede3dded4d651d5a1f 100644 (file)
@@ -51,6 +51,7 @@ struct ServerState
    enum {Header, Data} State;
    bool Persistent;
    bool PipelineAllowed;
+   bool RangesAllowed;
    std::string Location;
 
    // This is a Persistent attribute of the server itself.