X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=core%2Frequest_handler.go;h=ddd53075495b1869e2b71ace1fee393ef5480c2e;hb=f049390060630c0085fe4ad683c83a4a14a47ffb;hp=d3f7bdc3abe1287048e8a1a4122d0d1924d91404;hpb=4dca07c803308611275f78b490ac0352c1052fe2;p=govpp.git diff --git a/core/request_handler.go b/core/request_handler.go index d3f7bdc..ddd5307 100644 --- a/core/request_handler.go +++ b/core/request_handler.go @@ -110,7 +110,7 @@ func (c *Connection) processRequest(ch *Channel, req *vppRequest) error { if req.multi { // send a control ping to determine end of the multipart response - pingData, _ := c.codec.EncodeMsg(msgControlPing, c.pingReqID) + pingData, _ := c.codec.EncodeMsg(c.msgControlPing, c.pingReqID) log.WithFields(logger.Fields{ "channel": ch.id,