]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/Server.h
Merged from trunk
[thirdparty/squid.git] / src / Server.h
index 01e0fe085ab4ef980b203964779a18303a3a3ac6..a5345e31d285496973fc25f68d786001a9f68b08 100644 (file)
@@ -186,7 +186,7 @@ protected:
 
 #if USE_ADAPTATION
     BodyPipe::Pointer virginBodyDestination;  /**< to provide virgin response body */
-    Adaptation::Initiate *adaptedHeadSource;  /**< to get adapted response headers */
+    CbcPointer<Adaptation::Initiate> adaptedHeadSource;  /**< to get adapted response headers */
     BodyPipe::Pointer adaptedBodySource;      /**< to consume adated response body */
 
     bool adaptationAccessCheckPending;