In server_content_type(), only remove duplicated headers with filters enabled
authorFabian Keil <fk@fabiankeil.de>
Fri, 4 Jan 2013 12:20:31 +0000 (12:20 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 4 Jan 2013 12:20:31 +0000 (12:20 +0000)
commit648c7c42232e332ba0c7dbe9a8d84ad0665a2e32
tree61b527601bb5f4c7bb2c16ee1aa74c4c120dcece
parent4b70ff5ebf195bae5f3398957ddd6d948b435e44
In server_content_type(), only remove duplicated headers with filters enabled

Otherwise it doesn't matter and the user might not want it.

While at it, downgrade the removal message to LOG_LEVEL_HEADER
to clarify that it's not an error in Privoxy and is unlikely
to cause any problems in general.

Anonymously reported in #3599335.
parsers.c