]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix pinning hierarchy log information
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 Sep 2013 13:41:32 +0000 (07:41 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 Sep 2013 13:41:32 +0000 (07:41 -0600)
src/FwdState.cc

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