diff --git a/httpbroadcast/messenger.go b/httpbroadcast/messenger.go index 92da723b9..8537dfa45 100644 --- a/httpbroadcast/messenger.go +++ b/httpbroadcast/messenger.go @@ -106,7 +106,7 @@ func (h *HTTPBroadcaster) sendNodeMessage(node *pilosa.Node, msg []byte) error { return nil } -// HTTPBroadcastReceiver handles incoming messages and pass them onto the implemented handler. +// HTTPBroadcastReceiver unmarshals incoming messages over HTTP and passes them on to the handler. type HTTPBroadcastReceiver struct { port string handler pilosa.BroadcastHandler