------------------------------------------------------------ revno: 12386 revision-id: squid3@treenet.co.nz-20121118113233-jwrcg74br92ev85o parent: squid3@treenet.co.nz-20121118113200-qupelhb9dfz13qki fixes bug(s): http://bugs.squid-cache.org/show_bug.cgi?id=3279 committer: Amos Jeffries branch nick: 3.3 timestamp: Sun 2012-11-18 04:32:33 -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-20121118113233-jwrcg74br92ev85o # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: a6b97ffa7a9d116a74e207e35fc1137a2d605def # timestamp: 2012-11-18 11:39:13 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20121118113200-\ # qupelhb9dfz13qki # # Begin patch === modified file 'src/client_side_reply.cc' --- src/client_side_reply.cc 2012-10-04 09:14:06 +0000 +++ src/client_side_reply.cc 2012-11-18 11:32:33 +0000 @@ -1367,7 +1367,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); }