influxdb/tcp
Jason Wilder f7c768e437 Improve logging and blocked connection handling in muxer
If the mux listener gets a invalid request, log the IP address of the
client to help users track down the issue.

Since the listener is started before the services that use it are ready,
it can receive requests and block indefinitely waiting for the handler
channel to receive.  If the channel is blocked, all the channel send
to timeout to prevent clients form accruing blocked connnecitons.
2016-03-16 12:26:14 -06:00
..
mux.go Improve logging and blocked connection handling in muxer 2016-03-16 12:26:14 -06:00
mux_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00