Files
nats-server/server
Ivan Kozlovic 88475014ef [FIXED] Split LMSG across routes
If a LeafNode message is sent across a route, and the message
does not fit in the buffer, the parser would incorrectly process
the "pub args" as if it was a ROUTED message, not a LEAF message.
This caused clonePubArg() to return an error that would cause
the parser to end with a protocol violation.

Keep track that we are processing an LMSG so that we can pass
that information to clonePubArg() and do proper parsing in split
scenario.

Resolves #1743

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2020-11-24 14:55:50 -07:00
..
2020-06-12 15:48:38 -07:00
2019-10-15 23:55:13 +08:00
2020-05-19 14:15:11 -07:00
2020-11-18 10:49:42 -05:00
2020-11-22 10:24:32 -08:00
2020-10-22 02:23:15 -04:00
2020-02-25 19:53:09 -05:00
2020-11-21 13:13:08 -08:00
2020-11-17 18:57:45 +00:00
2020-11-14 13:35:05 -08:00
2019-05-06 15:41:38 -07:00
2019-12-12 11:58:24 -07:00
2018-12-06 15:09:14 -08:00
2020-11-24 14:55:50 -07:00
2020-06-12 10:03:47 -06:00
2018-10-06 14:06:14 -07:00
2020-10-09 09:36:30 -06:00
2020-10-09 09:36:30 -06:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2018-03-15 22:31:07 -07:00
2019-11-14 20:05:32 -07:00
2019-11-14 20:05:32 -07:00
2019-12-12 11:58:24 -07:00
2020-10-15 13:42:22 -07:00