From ab05eb7cec9772f0b9ca5337a32f705199abc0e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20B=C3=BChler?= Date: Fri, 4 Dec 2015 20:22:38 +0000 Subject: [PATCH] [tests] do not half-close socket before having received the response (fixes #2688) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From: Stefan Bühler git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3058 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/LightyTest.pm | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.11.4.GIT