]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpRequest.h
Merged from trunk.
[thirdparty/squid.git] / src / HttpRequest.h
index 39a0694dc56b03f63dbde846eda227774441afc3..2dcec900a3fd9ea86fe30a96839113a5818f07a3 100644 (file)
@@ -65,6 +65,8 @@ public:
 
     void initHTTP(const HttpRequestMethod& aMethod, protocol_t aProtocol, const char *aUrlpath);
 
+    virtual HttpRequest *clone() const;
+
     /* are responses to this request potentially cachable */
     bool cacheable() const;