Re: [PATCH v4 0/5] Show HTTP headers of failed requests with GIT_CURL_VERBOSE

2019-01-10 Thread Junio C Hamano
Masaya Suzuki writes: > Diff from v3[1]: > > * Handle ftruncate and fflush return values > * Call rewind to set the position back > > [1]: > https://public-inbox.org/git/20190108024741.62176-1-masayasuz...@google.com/ Thanks. Adding the error checking even to 1/5 and moving the updated cod

[PATCH v4 0/5] Show HTTP headers of failed requests with GIT_CURL_VERBOSE

2019-01-10 Thread Masaya Suzuki
Diff from v3[1]: * Handle ftruncate and fflush return values * Call rewind to set the position back [1]: https://public-inbox.org/git/20190108024741.62176-1-masayasuz...@google.com/ Masaya Suzuki (5): http: support file handles for HTTP_KEEP_ERROR http: enable keep_error for HTTP reques