]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/fetch-pack-v2-half-close-early'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jun 2021 04:33:26 +0000 (13:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jun 2021 04:33:26 +0000 (13:33 +0900)
"git fetch" over protocol v2 left its side of the socket open after
it finished speaking, which unnecessarily wasted the resource on
the other side.

* jk/fetch-pack-v2-half-close-early:
  fetch-pack: signal v2 server that we are done making requests


Trivial merge