influxdb/services/httpd
Joe LeGasse 5d3f6e199a Keep connections alive when using Go 1.4.3
Go 1.4.3 was a security release that also created a strange edge-case
that caused connections to not be kept alive and reused when Close()
is called on the Body of the request. Close() hasn't been required on
the Body of a request for some time, so there is no harm is not calling
it anymore.
2016-03-02 13:02:41 -05:00
..
config.go Add config option to enable JSON write path 2016-02-16 16:29:25 -08:00
config_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
handler.go Keep connections alive when using Go 1.4.3 2016-03-02 13:02:41 -05:00
handler_test.go Merge pull request #5512 from influxdata/ga-remove-json-write 2016-02-17 16:52:22 -07:00
response_logger.go implement close notifier and timeout on executors 2015-11-24 21:07:18 -06:00
service.go Merge pull request #5681 from influxdata/mr-expand-stats 2016-02-18 14:11:09 -08:00