------------------------------------------------------------ revno: 11704 revision-id: squid3@treenet.co.nz-20121126083124-dchq357vks5w6gz9 parent: squid3@treenet.co.nz-20121126083030-yfhfh4ssw2s8y2pf fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=3279 committer: Amos Jeffries branch nick: 3.2 timestamp: Mon 2012-11-26 01:31:24 -0700 message: Bug 3279: Polish: reference bugzilla record to prevent duplicate reports ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20121126083124-dchq357vks5w6gz9 # target_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # testament_sha1: b1bfadbfbf6a1d5fe3488042fb1e4f1561859763 # timestamp: 2012-11-26 08:36:48 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/branches\ # /SQUID_3_2 # base_revision_id: squid3@treenet.co.nz-20121126083030-\ # yfhfh4ssw2s8y2pf # # Begin patch === modified file 'src/client_side_reply.cc' --- src/client_side_reply.cc 2012-09-22 03:11:24 +0000 +++ src/client_side_reply.cc 2012-11-26 08:31:24 +0000 @@ -1347,7 +1347,7 @@ else if (http->storeEntry()->timestamp > 0) hdr->insertTime(HDR_DATE, http->storeEntry()->timestamp); else { - debugs(88,DBG_IMPORTANT,"WARNING: An error inside Squid has caused an HTTP reply without Date:. Please report this:"); + debugs(88,DBG_IMPORTANT,"BUG 3279: HTTP reply without Date:"); /* dump something useful about the problem */ http->storeEntry()->dump(DBG_IMPORTANT); }