this.method = method;
this.areFollowingRedirect = areFollowingRedirect;
this.depth = depth;
this.sampler = (HTTPSamplerBase) base.clone();
// We don't want to use CacheManager clone but the parent one, and CacheManager is Thread Safe
CacheManager cacheManager = base.getCacheManager();
if (cacheManager != null) {
this.sampler.setCacheManagerProperty(cacheManager);
}
if(cookieManager != null) {