mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
Server support for headers between routes
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -1442,6 +1442,11 @@ func (c *client) processLeafUnsub(arg []byte) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *client) processLeafHeaderMsgArgs(arg []byte) error {
|
||||
fmt.Printf("arg is %q\n", arg)
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *client) processLeafMsgArgs(arg []byte) error {
|
||||
// Unroll splitArgs to avoid runtime/heap issues
|
||||
a := [MAX_MSG_ARGS][]byte{}
|
||||
|
||||
Reference in New Issue
Block a user