Remove useless delay to support IE6

This commit is contained in:
Jamie Cameron
2020-06-28 13:10:15 -07:00
parent f5e9fa8943
commit ca95ef28ef

View File

@@ -3145,9 +3145,6 @@ else {
}
}
}
# Intentionally introduce a small delay to avoid problems where IE reports
# the page as empty / DNS failed when it get a large response too quickly!
select(undef, undef, undef, .01) if ($write_data_count%10 == 0);
$write_data_count += length($str);
}