Merge branch 'jk/http-backend-deadlock' into next
commit9f3bd8a4f7ed865e9474cd75af64d05fcca5f160
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 20:53:08 +0000 (26 13:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 20:53:08 +0000 (26 13:53 -0700)
tree4d5b656446937dd3333af95216faf96a32c8cafc
parent9b24d717a702576222cd28ea042d96d871e458b5
parent636614f337409abccf60b00dddd04e6628bf85de
Merge branch 'jk/http-backend-deadlock' into next

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