Alex Neronskiy <zakmagnus@xxxxxxxxxx> writes: > The part of the document I'm referring to starts at line 221 and reads: > > Once all the "want"s (and optional 'deepen') are transferred, > clients MUST send a flush-pkt. If the client has all the references > on the server, client flushes and disconnects. > > And I believe this refers to the code path beginning at line 308 of fetch-pack.c: > > if (!fetching) { > strbuf_release(&req_buf); > packet_flush(fd[1]); > return 1; > } > > Am I wrong? Ah, I overlooked that codepath, but if that if statement triggered, that would mean fetching is still 0, which in turn means that you never sent any "want", so "Once all the 'want's' (and optional 'deepen') are transferred" is not even true, is it? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html