Always use prev node if there's some room in it setDeferredReply (#8729)
this is a followup PR for #8699 instead of copying the deferred reply data to the previous node only if it has room for the entire thing, we can now split the new payload, put part of it into the spare space in the prev node, and the rest may fit into the next node.
Please register or sign in to comment