mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
* Prevent dangling GetAttribute calls It appears possible that there could be a hang due to unread data from the repo-attribute command pipes. This PR simply closes these during the defer. Signed-off-by: Andrew Thornton <[email protected]> * move close into the defer Signed-off-by: Andrew Thornton <[email protected]> * lets try again Signed-off-by: Andrew Thornton <[email protected]>