Re: [PATCH v6 0/6] packfile URIs: support concurrent downloads

Junio C Hamano <[email protected]> Wed, 29 Jul 2026 14:41:51 -0700
Newsgroups org.kernel.vger.git
Message-ID <[email protected]>
Ted Nyman <[email protected]> writes:

> Changes since v5:
>
> * Split the existing double-close fix, HTTP 416 handling, generic
>   concurrent-download fix, and Windows sharing fix into separate
>   patches.
> * Replace the FIFO-based concurrent HTTP 416 test with a standalone
>   completed-partial test. Besides simplifying the test, this covers the
>   non-concurrent interrupted-download case directly.
> * Keep the final production code unchanged.
>
> Each patch passes t5550-http-fetch-dumb.sh. The final series also passes
> t5702-protocol-v2.sh, and the overlapping-download test passes 240 runs
> with 12 parallel stress jobs.
>
> The v5 discussion is at:
>
> https://lore.kernel.org/git/[email protected]/

Is everybody happy with this new iteration?

The design of the re-download feature itself, as far as I
understand, was favourably accepted from the earliest iteration, and
now the CI breakages were corrected with the latest iteration of the
tests, so we should be in pretty good shape, I presume.

Thanks.