http: support file handles for HTTP_KEEP_ERROR
commit8dd2e88a923bd24775182f0a507c993e06a0aacb
authorMasaya Suzuki <masayasuzuki@google.com>
Thu, 10 Jan 2019 19:33:46 +0000 (10 11:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Jan 2019 23:00:56 +0000 (10 15:00 -0800)
treef8d4f1fce3c16f57eed0006496f5fff2b13de0a0
parent5d826e972970a784bd7a7bdf587512510097b8c7
http: support file handles for HTTP_KEEP_ERROR

HTTP_KEEP_ERROR makes it easy to debug HTTP transport errors. In order
to make HTTP_KEEP_ERROR enabled for all requests, file handles need to
be supported.

Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c