X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=parsers.c;h=3f704debf6368ca681069e5d4590cc384986268f;hp=06f1ae8bfc3db61f5051400c91c2c2c05b38282b;hb=57702318b095358ffe8fa3a99ec330d7aed3fca3;hpb=f48596786c693b205581714236296ca2a17d3e54;ds=sidebyside diff --git a/parsers.c b/parsers.c index 06f1ae8b..3f704deb 100644 --- a/parsers.c +++ b/parsers.c @@ -4067,7 +4067,8 @@ static jb_err server_http(struct client_state *csp, char **header) return JB_ERR_PARSE; } - if (csp->http->status == 206) + if (csp->http->status == 101 || + csp->http->status == 206) { csp->content_type = CT_TABOO; }