diff options
Diffstat (limited to 'tests/LightyTest.pm')
-rw-r--r-- | tests/LightyTest.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/LightyTest.pm b/tests/LightyTest.pm index d8850a37..b975d651 100644 --- a/tests/LightyTest.pm +++ b/tests/LightyTest.pm @@ -223,7 +223,6 @@ sub handle_http { print $remote $_.$BLANK; diag("\n<< ".$_) if $is_debug; } - shutdown($remote, 1); # I've stopped writing data } else { diag("\nsending request header to ".$host.":".$self->{PORT}) if $is_debug; foreach(@request) { |