We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84760e2 commit 05063e6Copy full SHA for 05063e6
routers/repo/http.go
@@ -465,7 +465,6 @@ func serviceRPC(h serviceHandler, service string) {
465
// set this for allow pre-receive and post-receive execute
466
h.environ = append(h.environ, "SSH_ORIGINAL_COMMAND="+service)
467
468
- // FIXME: graceful: Is the defaultContext appropriate here or should it be the requests context?
469
ctx, cancel := gocontext.WithCancel(git.DefaultContext)
470
defer cancel()
471
var stderr bytes.Buffer
0 commit comments