From ce399d722d78cc437599d3a82265af75c03ef271 Mon Sep 17 00:00:00 2001 From: Michael Baird Date: Wed, 26 Apr 2017 09:08:39 -0500 Subject: [PATCH] clarify HTTPBroadcastReceiver comment --- httpbroadcast/messenger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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