File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,18 @@ This is an extension of multi_ack that permits client to better
75
75
understand the server's in-memory state. See pack-protocol.txt,
76
76
section "Packfile Negotiation" for more information.
77
77
78
+ no-done
79
+ -------
80
+ This capability should only be used with the smart HTTP protocol. If
81
+ multi_ack_detailed and no-done are both present, then the sender is
82
+ free to immediately send a pack following its first "ACK obj-id ready"
83
+ message.
84
+
85
+ Without no-done in the smart HTTP protocol, the server session would
86
+ end and the client has to make another trip to send "done" before
87
+ the server can send the pack. no-done removes the last round and
88
+ thus slightly reduces latency.
89
+
78
90
thin-pack
79
91
---------
80
92
You can’t perform that action at this time.
0 commit comments