]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix pinning hierarchy log information
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 11 Sep 2013 11:33:20 +0000 (05:33 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 11 Sep 2013 11:33:20 +0000 (05:33 -0600)
src/FwdState.cc

index e074c30521cbb380200c51353d0baabcd2a858de..f6ab9208ccae2e37845923035147b0e42cc2e5e0 100644 (file)
@@ -1123,6 +1123,7 @@ FwdState::connectStart()
             flags.connected_okay = true;
             ++n_tries;
             request->flags.pinned = true;
+            request->hier.note(serverConn, pinned_connection->pinned.host);
             if (pinned_connection->pinnedAuth())
                 request->flags.auth = true;
             comm_add_close_handler(serverConn->fd, fwdServerClosedWrapper, this);