From: Fabian Keil Date: Wed, 12 Nov 2014 12:00:41 +0000 (+0000) Subject: Make sure csp flags have unique values X-Git-Tag: v_3_0_22~15 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=33004b4590f8df4977986c6fce48e455cf7b3650;hp=33004b4590f8df4977986c6fce48e455cf7b3650 Make sure csp flags have unique values Previously CSP_FLAG_CRUNCHED and CSP_FLAG_CLIENT_CONNECTION_HEADER_SET shared the same bit which obviously wasn't intentional. The only negative effect was that Privoxy potentially reused less connections than it could have, which explains why the problem hasn't been noticed for seven years and was only found by manual code inspection. ---