summaryrefslogtreecommitdiff
path: root/tests/LightyTest.pm
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2015-12-04 20:22:38 +0000
committerStefan Bühler <stbuehler@web.de>2015-12-04 20:22:38 +0000
commitab05eb7cec9772f0b9ca5337a32f705199abc0e7 (patch)
treefc60cecc92c02308ba700288f265e8c584c1d3c3 /tests/LightyTest.pm
parent1566748b1afd4f2216b3a0b8bc47b7cb1f960fc0 (diff)
downloadlighttpd-git-ab05eb7cec9772f0b9ca5337a32f705199abc0e7.tar.gz
[tests] do not half-close socket before having received the response (fixes #2688)
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3058 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/LightyTest.pm')
-rw-r--r--tests/LightyTest.pm1
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) {