gitweb: add `status` headers to git_feed() responses.
authorW. Trevor King <redacted>
Thu, 29 Mar 2012 12:45:47 +0000 (08:45 -0400)
committerJunio C Hamano <redacted>
Fri, 30 Mar 2012 16:07:26 +0000 (09:07 -0700)
commite1c3643ff78610d2e6b42c206cd5ed33a9353285
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 <redacted>
Acked-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb/gitweb.perl
git clone https://git.99rst.org/PROJECT