mirror of
https://git.zx2c4.com/cgit
synced 2025-08-02 17:15:13 +02:00
Add Etags for snapshots
This commit is contained in:
parent
c422b9b3d5
commit
1a2eeb94d4
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ static int make_snapshot(const struct cgit_snapshot_format *format,
|
|||
cgit_print_error("Not a commit reference: %s", hex);
|
||||
return 1;
|
||||
}
|
||||
ctx.page.etag = sha1_to_hex(sha1);
|
||||
ctx.page.mimetype = xstrdup(format->mimetype);
|
||||
ctx.page.filename = xstrdup(filename);
|
||||
cgit_print_http_headers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue