mda: keep Status: header when doing injection
[ssoma-mda.git] / lib / Ssoma / MDA.pm
index 3fe7e0ba22af78c5fa5d2fdca255d0a4803a02ef..02816a5dd6da1f5f04d72b8c9233e835d795ef9f 100644 (file)
@@ -122,7 +122,7 @@ sub deliver {
        my $path = $git->mid2path($mid);
 
        # kill potentially confusing/misleading headers
-       foreach my $d (qw(status lines content-length)) {
+       foreach my $d (qw(lines content-length)) {
                $simple->header_set($d);
        }