]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/http-backend-deadlock'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 19:45:09 +0000 (12:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 19:45:09 +0000 (12:45 -0700)
Communication between the HTTP server and http_backend process can
lead to a dead-lock when relaying a large ref negotiation request.
Diagnose the situation better, and mitigate it by reading such a
request first into core (to a reasonable limit).

* jk/http-backend-deadlock:
  http-backend: spool ref negotiation requests to buffer
  t5551: factor out tag creation
  http-backend: fix die recursion with custom handler

1  2 
Documentation/git-http-backend.txt
t/t5551-http-fetch-smart.sh

Simple merge
Simple merge