]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed TLS message type logging when SslBump parses TLS handshake.
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 17 Aug 2016 23:15:03 +0000 (17:15 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Wed, 17 Aug 2016 23:15:03 +0000 (17:15 -0600)
commit38eba0f70c8b2b8ee00bee4450196cdffaaf8376
treedeadb390327bdec119b2e03bf15fb069d75d459b
parent14231db9d82081aaeb57d746bdebf6258335e022
Fixed TLS message type logging when SslBump parses TLS handshake.

C++ streams write uint8_t as char.
src/security/Handshake.cc