about summary refs log tree commit homepage
path: root/t/httpd-corner.psgi
diff options
context:
space:
mode:
Diffstat (limited to 't/httpd-corner.psgi')
-rw-r--r--t/httpd-corner.psgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/httpd-corner.psgi b/t/httpd-corner.psgi
index da8a2ee8..2f7be832 100644
--- a/t/httpd-corner.psgi
+++ b/t/httpd-corner.psgi
@@ -56,6 +56,8 @@ my $app = sub {
                         $fh->write($buf);
                         $fh->close;
                 }
+        } elsif ($path eq '/empty') {
+                $code = 200;
         }
 
         [ $code, $h, $body ]