]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 21 Feb 2012 02:00:15 +0000 (19:00 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 21 Feb 2012 02:00:15 +0000 (19:00 -0700)
src/forward.cc

index e89361ad6caac43c5bda26345e13270aabd15825..e78081b5fa336248bfea0fa663357481d07c37cd 100644 (file)
@@ -877,7 +877,7 @@ FwdState::connectStart()
     // closed the connection that failed the race. And re-pinning assumes this.
     if (pconnRace != raceHappened)
         temp = fwdPconnPool->pop(serverDestinations[0], host, checkRetriable());
-    
+
     const bool openedPconn = Comm::IsConnOpen(temp);
     pconnRace = openedPconn ? racePossible : raceImpossible;