From d91ca210615432bdad3ee70c08908ea7064c6b95 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 Jun 2011 00:15:42 +0000 Subject: http: remove tainting flag Needless line noise, kgio doesn't support tainting anyways. --- ext/unicorn_http/unicorn_http.rl | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/unicorn_http/unicorn_http.rl b/ext/unicorn_http/unicorn_http.rl index 98bcd05..6a7100e 100644 --- a/ext/unicorn_http/unicorn_http.rl +++ b/ext/unicorn_http/unicorn_http.rl @@ -908,7 +908,6 @@ static VALUE HttpParser_filter_body(VALUE self, VALUE dst, VALUE src) StringValue(dst); rb_str_modify(dst); rb_str_resize(dst, srclen); /* we can never copy more than srclen bytes */ - OBJ_TAINT(dst); /* keep weirdo $SAFE users happy */ if (HP_FL_TEST(hp, CHUNKED)) { if (!chunked_eof(hp)) { -- cgit v1.2.3-24-ge0c7