featurebase/http
Matt Jaffee b7e5f8842e
add a configurable timeout to http handler closing
refactor handler Close func to use errgroup to be a bit less messy.

refactor pilosa.Server closing to actually return an underlying error if one occurs

add option to pilosa/test.Cluster and pilosa/server.Command to control close
timeout. currently is only used by the http handler, but conceivably could be
passed as a parameter to other subsystems of pilosa/server.Command
2018-07-10 15:16:35 -05:00
..
client.go Unexport http.InternalClient.HTTPClient 2018-07-05 23:11:56 -05:00
client_test.go Merge branch 'develop' into core-structs 2018-07-05 16:38:14 -05:00
error.go Unexport http.Error.Code 2018-07-05 23:11:56 -05:00
handler.go add a configurable timeout to http handler closing 2018-07-10 15:16:35 -05:00
handler_internal_test.go Allow a single functional option for field options. 2018-06-26 10:37:56 -05:00
handler_test.go Merge branch 'develop' into newpql 2018-06-22 09:11:00 -05:00
translator.go Unexport http.TranslateStore 2018-07-05 23:11:56 -05:00
translator_test.go get rid of unecessary server stuff and export node and uri 2018-07-03 13:26:51 -05:00