Make sure csp flags have unique values
authorFabian Keil <fk@fabiankeil.de>
Wed, 12 Nov 2014 12:00:41 +0000 (12:00 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 12 Nov 2014 12:00:41 +0000 (12:00 +0000)
commit33004b4590f8df4977986c6fce48e455cf7b3650
treea78a7ff9e813f53b5b3033f90d012352f1dd4b69
parent38dbf7e5ff2c91c23be30a58e6a17546fdffede4
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.
project.h