Skip to content

Commit 05063e6

Browse files
committed
the default context is the correct context
1 parent 84760e2 commit 05063e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/repo/http.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ func serviceRPC(h serviceHandler, service string) {
465465
// set this for allow pre-receive and post-receive execute
466466
h.environ = append(h.environ, "SSH_ORIGINAL_COMMAND="+service)
467467

468-
// FIXME: graceful: Is the defaultContext appropriate here or should it be the requests context?
469468
ctx, cancel := gocontext.WithCancel(git.DefaultContext)
470469
defer cancel()
471470
var stderr bytes.Buffer

0 commit comments

Comments
 (0)