mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
When a responder was on a leaf node and the requestor was connected to the same server as the leafnode we did not propagate the service reply wildcard properly. This fixes that.
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -1468,8 +1468,8 @@ func (c *client) processLeafMsgArgs(arg []byte) error {
|
||||
// processInboundLeafMsg is called to process an inbound msg from a leaf node.
|
||||
func (c *client) processInboundLeafMsg(msg []byte) {
|
||||
// Update statistics
|
||||
c.in.msgs++
|
||||
// The msg includes the CR_LF, so pull back out for accounting.
|
||||
c.in.msgs++
|
||||
c.in.bytes += int32(len(msg) - LEN_CR_LF)
|
||||
|
||||
// Check pub permissions
|
||||
|
||||
Reference in New Issue
Block a user