------------------------------------------------------------ revno: 14140 revision-id: squidadm@squid-cache.org-20170127181632-sa2e4vcp96582nl7 parent: squid3@treenet.co.nz-20170127170252-xo2ig6x46znn9fim committer: Source Maintenance branch nick: 3.5 timestamp: Fri 2017-01-27 18:16:32 +0000 message: SourceFormat Enforcement ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squidadm@squid-cache.org-20170127181632-\ # sa2e4vcp96582nl7 # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 05b091c954497bc0643818f05ceb6bab55ed6aa0 # timestamp: 2017-01-27 18:51:09 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20170127170252-\ # xo2ig6x46znn9fim # # Begin patch === modified file 'src/ssl/bio.cc' --- src/ssl/bio.cc 2017-01-27 17:02:52 +0000 +++ src/ssl/bio.cc 2017-01-27 18:16:32 +0000 @@ -493,7 +493,7 @@ if (adjustSSL(ssl, clientFeatures)) allowBump = true; allowSplice = true; - // Replace OpenSSL-generated ClientHello with client-sent one. + // Replace OpenSSL-generated ClientHello with client-sent one. helloMsg.append(clientFeatures.helloMessage); debugs(83, 7, "SSL HELLO message for FD " << fd_ << ": Random number is adjusted for peek mode"); } else { /*Ssl::bumpStare*/