From ca95ef28ef322f7ebdb987d75841a3b8cd01688c Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 28 Jun 2020 13:10:15 -0700 Subject: [PATCH] Remove useless delay to support IE6 --- miniserv.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/miniserv.pl b/miniserv.pl index d3544bcb9..e2edf64e6 100755 --- a/miniserv.pl +++ b/miniserv.pl @@ -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); }