featurebase/http
Matthew Jaffee 640ba45129 use retryableHTTP in client, fix memory usage of restore
instead of awkwardly reading an entire file into a buffer, we use
retryablehttp's reader func to open the file fresh if we need to
retry, so a small fixed-size buffer can be used internally for copying
the contents onto the network.
2021-12-22 10:56:16 -06:00
..
client.go use retryableHTTP in client, fix memory usage of restore 2021-12-22 10:56:16 -06:00
client_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
error.go add copyright notice back in 2021-12-10 11:01:04 -06:00
handler.go add profiling to backup/restore 2021-12-21 16:24:21 -06:00
handler_internal_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
handler_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
translator.go add copyright notice back in 2021-12-10 11:01:04 -06:00
translator_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00