featurebase/http
Matthew Jaffee 61783e5827 add option to set ResponseHeaderTimeout per client
this is necessary as in some cases we want a low timeout (when we
expect a quick response, e.g. with backup), but in others we may want
a very long timeout (long running query).

Now we have more granular control over timeouts so we can get things
to fail more predictably in tests.
2022-02-02 14:04:40 -06:00
..
client.go get container ID via "docker-compose" call in clustertests 2022-02-02 12:03:46 -06:00
client_test.go fix panic on POST /transaction on non-primary node 2022-01-24 15:24:21 -06:00
error.go add copyright notice back in 2021-12-10 11:01:04 -06:00
handler.go add option to set ResponseHeaderTimeout per client 2022-02-02 14:04:40 -06:00
handler_internal_test.go add test coverage 2022-01-21 13:57:47 -06:00
handler_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
translator.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
translator_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00