Merge branch 'jk/http-backend-deadlock'
commit777e75b60568b613e452ebbb30a1fb27c4fd7d8a
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 19:45:09 +0000 (1 12:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 19:45:09 +0000 (1 12:45 -0700)
tree3d015063862646ff09bae906684456cccba3997f
parentf93a3937877386af5d870b68db20d2ff27e3e41e
parent636614f337409abccf60b00dddd04e6628bf85de
Merge branch 'jk/http-backend-deadlock'

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
Documentation/git-http-backend.txt
t/t5551-http-fetch-smart.sh