]> git.saurik.com Git - apt.git/blobdiff - methods/http.h
Wreck validation until we can assess ecosystem :/.
[apt.git] / methods / http.h
index 4d22c88f9ca0b0d9c6eab138b634f04c64f2b1ab..b7341f5f8671c0f817a4a9db05b12ce949bc4be9 100644 (file)
@@ -67,7 +67,7 @@ class CircleBuf
 
    // Read data in
    bool Read(int Fd);
-   bool Read(std::string Data);
+   bool Read(std::string const &Data);
 
    // Write data out
    bool Write(int Fd);
@@ -103,7 +103,7 @@ struct HttpServerState: public ServerState
    virtual bool WriteResponse(std::string const &Data) APT_OVERRIDE;
 
    public:
-   virtual void Reset() APT_OVERRIDE { ServerState::Reset(); ServerFd = -1; };
+   virtual void Reset(bool const Everything = true) APT_OVERRIDE;
 
    virtual bool RunData(FileFd * const File) APT_OVERRIDE;
    virtual bool RunDataToDevNull() APT_OVERRIDE;