From e742aa01ec099ae24fbb7f039bb9462830607773 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Sat, 7 May 2011 00:21:18 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/forward.cc | 2 +- src/structs.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/forward.cc b/src/forward.cc index f85db3bcb1..4edb762b6f 100644 --- a/src/forward.cc +++ b/src/forward.cc @@ -838,7 +838,7 @@ FwdState::connectStart() fail(anErr); self = NULL; // refcounted return; - } + } request->flags.pinned = 0; if (fs->code == PINNED) { diff --git a/src/structs.h b/src/structs.h index 945c88911e..68a0d1724c 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1015,8 +1015,7 @@ struct _iostats { struct request_flags { - request_flags(): range(0),nocache(0),ims(0),auth(0),cachable(0),hierarchical(0),loopdetect(0),proxy_keepalive(0),proxying(0),refresh(0),redirected(0),need_validation(0),fail_on_validation_err(0),stale_if_hit(0),accelerated(0),ignore_cc(0),intercepted(0),spoof_client_ip(0),internal(0),internalclient(0),must_keepalive(0),sslBumped(0),destinationIPLookedUp_(0) -{ + request_flags(): range(0),nocache(0),ims(0),auth(0),cachable(0),hierarchical(0),loopdetect(0),proxy_keepalive(0),proxying(0),refresh(0),redirected(0),need_validation(0),fail_on_validation_err(0),stale_if_hit(0),accelerated(0),ignore_cc(0),intercepted(0),spoof_client_ip(0),internal(0),internalclient(0),must_keepalive(0),sslBumped(0),destinationIPLookedUp_(0) { #if HTTP_VIOLATIONS nocache_hack = 0; #endif -- 2.47.2