]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/servers/Http1Server.cc
Supply ALE with HttpReply before checking http_reply_access (#398)
[thirdparty/squid.git] / src / servers / Http1Server.cc
index 9737c17ab238966da611ab2cac63dd84e2a317ab..a81961d48e2900a165c67b78cb1d4c374eb968c5 100644 (file)
@@ -316,9 +316,6 @@ Http::One::Server::handleReply(HttpReply *rep, StoreIOBuffer receivedData)
     }
 
     assert(rep);
-    HTTPMSGUNLOCK(http->al->reply);
-    http->al->reply = rep;
-    HTTPMSGLOCK(http->al->reply);
     context->sendStartOfMessage(rep, receivedData);
 }