From: W. Trevor King Date: Thu, 29 Mar 2012 12:45:47 +0000 (-0400) Subject: gitweb: add `status` headers to git_feed() responses. X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/fae278d5b93f925692be8fc843788e0fa2135de7546f002724522f2ec33278d9?hp=fae278d5b93f925692be8fc843788e0fa2135de7546f002724522f2ec33278d9 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 Acked-by: Jakub Narebski Signed-off-by: Junio C Hamano ---