summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-12-04 20:22:38 +0000
committerstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-12-04 20:22:38 +0000
commit3ed925f1900860699b1b5dbeccd5dedeb9ca7205 (patch)
treefc60cecc92c02308ba700288f265e8c584c1d3c3
parent50ce98907e53525b4691cc15d856ba732e514753 (diff)
downloadlighttpd-3ed925f1900860699b1b5dbeccd5dedeb9ca7205.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
-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) {