mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Backport #12102 this was thought to be due to timeouts, however on closer look this appears to be due to the Close() function of the BlameReader hanging with a blocked stdout pipe. This PR fixes this Close function to: * Cancel the context of the cmd * Close the StdoutReader - ensuring that the output pipe is closed Further it makes the context of the `git blame` command a child of the request context - ensuring that even if Close() is not called, on cancellation of the Request the blame is command will also be cancelled. Fixes #11716 Closes #11727 Signed-off-by: Andrew Thornton <art27@cantab.net> |
5 years ago | |
---|---|---|
.. | ||
analyze | 5 years ago | |
auth | 5 years ago | |
avatar | 6 years ago | |
base | 5 years ago | |
cache | 5 years ago | |
charset | 5 years ago | |
context | 5 years ago | |
convert | 5 years ago | |
cron | 5 years ago | |
emoji | 5 years ago | |
eventsource | 5 years ago | |
generate | 5 years ago | |
git | 5 years ago | |
gitgraph | 5 years ago | |
graceful | 5 years ago | |
highlight | 6 years ago | |
httplib | 6 years ago | |
indexer | 5 years ago | |
lfs | 5 years ago | |
log | 5 years ago | |
markup | 5 years ago | |
metrics | 6 years ago | |
migrations | 5 years ago | |
notification | 5 years ago | |
options | 5 years ago | |
password | 5 years ago | |
pprof | 6 years ago | |
private | 5 years ago | |
process | 5 years ago | |
public | 5 years ago | |
queue | 5 years ago | |
recaptcha | 5 years ago | |
references | 5 years ago | |
repofiles | 5 years ago | |
repository | 5 years ago | |
secret | 6 years ago | |
session | 5 years ago | |
setting | 5 years ago | |
ssh | 5 years ago | |
structs | 5 years ago | |
sync | 5 years ago | |
task | 5 years ago | |
templates | 5 years ago | |
test | 5 years ago | |
timeutil | 5 years ago | |
upload | 6 years ago | |
user | 5 years ago | |
util | 5 years ago | |
validation | 5 years ago | |
webhook | 5 years ago |