Make MessageSender public and pass to AsyncReceiveCommits.Factory
Change-Id: I501b357943ad284f0a285170ae8ea643d716631b
This commit is contained in:
@@ -295,7 +295,7 @@ public class GitOverHttpServlet extends GitServlet {
|
||||
throw new ServiceNotAuthorizedException();
|
||||
}
|
||||
|
||||
AsyncReceiveCommits arc = factory.create(pc, db, ImmutableSetMultimap.of());
|
||||
AsyncReceiveCommits arc = factory.create(pc, db, null, ImmutableSetMultimap.of());
|
||||
ReceivePack rp = arc.getReceivePack();
|
||||
req.setAttribute(ATT_ARC, arc);
|
||||
return rp;
|
||||
|
||||
Reference in New Issue
Block a user