git-lfs/lfshttp
brian m. carlson 44cfe95394
lfshttp: close body on redirect
If a redirect occurs, we don't close the HTTP body, forcing us to leave
the current connection open and causing us to eventually run out of file
handles. Ensure we close the body if we're not using it so that we can
reuse the connection, which is both more efficient and nicer to the
remote server.
2019-01-15 22:24:35 +00:00
..
body.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_darwin.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_freebsd.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_linux.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_openbsd.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs_test.go lfsapi: implement auth redirects 2018-09-11 14:51:29 -07:00
certs_windows.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
certs.go lfsapi: add support for encrypted client TLS private keys 2018-09-24 15:09:22 +00:00
client_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
client.go lfshttp: close body on redirect 2019-01-15 22:24:35 +00:00
endpoint.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
errors.go Add integration tests; check other places where 429 could occur 2019-01-07 12:27:02 +03:00
lfshttp.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
proxy_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
proxy.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
retries_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
retries.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
ssh_test.go Merge branch 'master' into lfshttp 2018-09-14 11:42:19 -07:00
ssh.go subprocess: add functions to format shell commands 2018-09-14 22:31:39 +00:00
stats_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
stats.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
verbose_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
verbose.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00