mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 09:14:09 +01:00
a68db9076a
Continuing on from #14888 The previous implementation has race whereby an incomplete upload or hash mismatch upload can end up in the ContentStore. This PR moves the validation into the reader so that if there is a hash error or size mismatch the reader will return with an error instead of an io.EOF causing the storage to abort the storage. Signed-off-by: Andrew Thornton <art27@cantab.net> |
||
---|---|---|
.. | ||
content_store.go | ||
LICENSE | ||
locks.go | ||
pointers.go | ||
server.go |