influxdb/httpd
Ben Johnson 3cb275cb01 Add optional gzip flag to handler.
The previous routing gzipped all routes and overwrote the Content-Length
header. This header was needed for the metastore copy and caused it to
break clustering. This commit fixes this issue by adding a `gzipped` flag
to the `route` struct.
2015-02-09 10:23:11 -07:00
..
handler.go Add optional gzip flag to handler. 2015-02-09 10:23:11 -07:00
handler_test.go fix #1510: panics when measurement doesn't exist 2015-02-06 15:43:53 -05:00
response_logger.go simpler basic username parsing for http logger 2015-01-23 10:50:29 -07:00