]> source.dussan.org Git - gitea.git/commit
Add caller to cat-file batch calls (#17082)
authorzeripath <art27@cantab.net>
Sat, 18 Sep 2021 00:54:15 +0000 (01:54 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Sep 2021 00:54:15 +0000 (20:54 -0400)
commit25533657f6a3edd2d12c8b8112d009559a136201
treebdab2bd70e3fb4156728f2e81bfc5dfdc2a46c38
parent693bea9780be8c9ecc40bc751e6fafbeaea07743
Add caller to cat-file batch calls (#17082)

Some people still appear to report unclosed cat-files. This PR simply adds the caller
to the process descriptor for the CatFileBatch and CatFileBatchCheck calls.

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
modules/git/batch_reader.go
routers/api/v1/repo/file.go