gitweb: add `status` headers to git_feed() responses.
[gitweb.git] / gitweb / gitweb.perl
index a8b5fad26631207fcc17a6339ba735877c0902bd..041da17a39d5904f018f5255f9101a816c08414c 100755 (executable)
@@ -7841,11 +7841,13 @@ sub git_feed {
                print $cgi->header(
                        -type => $content_type,
                        -charset => 'utf-8',
-                       -last_modified => $latest_date{'rfc2822'});
+                       -last_modified => $latest_date{'rfc2822'},
+                       -status => '200 OK');
        } else {
                print $cgi->header(
                        -type => $content_type,
-                       -charset => 'utf-8');
+                       -charset => 'utf-8',
+                       -status => '200 OK');
        }
 
        # Optimization: skip generating the body if client asks only