influxdb/messaging
Ben Johnson 47fa90fae2 Remove zero-length data panic from messaging.Conn.
This check is no longer necessary as the checksum added
to the messaging.Message will catch any data errors.
2015-04-09 10:53:43 -06:00
..
TODO Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
broker.go Add checksum to message encoding 2015-04-07 14:24:22 -06:00
broker_test.go Add checksum to message encoding 2015-04-07 14:24:22 -06:00
client.go Remove zero-length data panic from messaging.Conn. 2015-04-09 10:53:43 -06:00
client_test.go Fix broker connect race at startup 2015-04-03 21:04:42 -06:00
doc.go Refactor broker to messaging pkg. 2014-10-20 20:42:03 -06:00
errors.go Add checksum to message encoding 2015-04-07 14:24:22 -06:00
handler.go Broker log recovery. 2015-04-04 08:06:35 -06:00
handler_test.go Broker log recovery. 2015-04-04 08:06:35 -06:00
intg_test.go Merge branch 'master' of https://github.com/influxdb/influxdb into stateless-broker 2015-03-10 16:27:37 -06:00