gitweb: add `status` headers to git_feed() responses.
commite1c3643ff78610d2e6b42c206cd5ed33a9353285
authorW. Trevor King <wking@drexel.edu>
Thu, 29 Mar 2012 12:45:47 +0000 (29 08:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2012 16:07:26 +0000 (30 09:07 -0700)
tree1fca69bee5fc10bfd894cb4abc4714fd2ab09e15
parentf524129737d9ba3e685c31bacde844ec1db1fea9
gitweb: add `status` headers to git_feed() responses.

The git_feed() method was not setting a `Status` header unless it was
responding to an If-Modified-Since request with `304 Not Modified`.
Now, when it is serving successful responses, it sets status to `200
OK`.

Signed-off-by: W Trevor King <wking@drexel.edu>
Acked-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl