From b47f86696e5f1c5bd3f8f2d43fc6b78eaccd37ea Mon Sep 17 00:00:00 2001 From: Jason Winget Date: Sat, 26 Oct 2019 12:47:37 -0400 Subject: [PATCH] prevent client from hanging at end of tests The client can appear to hang at the end of the tests and the PHP server can hold open the uploading connections longer than desired. This condition will usually happen on poor connections, it does not happen on good high bandwidth low latency connections. --- backend/empty.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/empty.php b/backend/empty.php index e35f663e..76ff564a 100644 --- a/backend/empty.php +++ b/backend/empty.php @@ -1,4 +1,5 @@