influxdb/services/httpd
Jonathan A. Sternberg 4fab68b53b Teach the http service how to enforce connection limits
The http connection limit is for any HTTP operation and is independent
of the other connection limits. It should be set to a higher value than
the query limit. The difference between this and the query limit is it
will close out the connection immediately without any further
processing.

This is the equivalent of the `max_connections` option in PostgreSQL.

Also removes some unused config options from the cluster config.

Fixes #6559.
2016-05-12 16:25:16 -04:00
..
config.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
config_test.go feat #4448: add support for JWT tokens 2016-05-12 08:20:07 -04:00
handler.go improve error message 2016-05-12 08:20:07 -04:00
handler_test.go require token expiration 2016-05-12 08:20:07 -04:00
listen.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
listen_test.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00
response_logger.go Improve query sanitization to prevent a password leak in the logs 2016-04-22 11:27:09 -04:00
service.go Teach the http service how to enforce connection limits 2016-05-12 16:25:16 -04:00