|
|
@ -819,10 +819,10 @@ public class UploadPack { |
|
|
|
private ObjectId processHaveLines(List<ObjectId> peerHas, ObjectId last) |
|
|
|
private ObjectId processHaveLines(List<ObjectId> peerHas, ObjectId last) |
|
|
|
throws IOException { |
|
|
|
throws IOException { |
|
|
|
preUploadHook.onBeginNegotiateRound(this, wantIds, peerHas.size()); |
|
|
|
preUploadHook.onBeginNegotiateRound(this, wantIds, peerHas.size()); |
|
|
|
if (peerHas.isEmpty()) |
|
|
|
|
|
|
|
return last; |
|
|
|
|
|
|
|
if (wantAll.isEmpty() && !wantIds.isEmpty()) |
|
|
|
if (wantAll.isEmpty() && !wantIds.isEmpty()) |
|
|
|
parseWants(); |
|
|
|
parseWants(); |
|
|
|
|
|
|
|
if (peerHas.isEmpty()) |
|
|
|
|
|
|
|
return last; |
|
|
|
|
|
|
|
|
|
|
|
sentReady = false; |
|
|
|
sentReady = false; |
|
|
|
int haveCnt = 0; |
|
|
|
int haveCnt = 0; |
|
|
|