about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--ext/unicorn_http/unicorn_http.rl1
1 files changed, 0 insertions, 1 deletions
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)) {