------------------------------------------------------------ revno: 12631 revision-id: squid3@treenet.co.nz-20130929181226-ozw7wadjmj1z4xdw parent: squid3@treenet.co.nz-20130929175451-4th2iq7fozn33jj1 committer: Amos Jeffries branch nick: 3.3 timestamp: Sun 2013-09-29 12:12:26 -0600 message: Polish: report bytes received when bad content-length detected by quick-abort ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20130929181226-ozw7wadjmj1z4xdw # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # testament_sha1: 3739fa6cbdcb5e69e8a902a7fc6ec24bbc6889de # timestamp: 2013-09-29 18:13:24 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.3 # base_revision_id: squid3@treenet.co.nz-20130929175451-\ # 4th2iq7fozn33jj1 # # Begin patch === modified file 'src/store_client.cc' --- src/store_client.cc 2013-01-22 04:38:16 +0000 +++ src/store_client.cc 2013-09-29 18:12:26 +0000 @@ -823,7 +823,7 @@ } if (curlen > expectlen) { - debugs(90, 3, "quick-abort? YES bad content length"); + debugs(90, 3, "quick-abort? YES bad content length (" << curlen << " of " << expectlen << " bytes received)"); return true; }