]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix pinning hierarchy log information
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 Sep 2013 17:47:16 +0000 (11:47 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 29 Sep 2013 17:47:16 +0000 (11:47 -0600)
src/forward.cc

index e8cca4b1c334e82436e3894b997e0fd020823fc9..d3e634ec1c281914c71443526b18468ccbff4bf7 100644 (file)
@@ -983,6 +983,7 @@ FwdState::connectStart()
 #endif
             ++n_tries;
             request->flags.pinned = 1;
+            request->hier.note(serverConn, pinned_connection->pinning.host);
             if (pinned_connection->pinnedAuth())
                 request->flags.auth = 1;
             comm_add_close_handler(serverConn->fd, fwdServerClosedWrapper, this);