Andrew Stitcher created PROTON-2751:
---------------------------------------

             Summary: Reduce use of pn_buffer_t when not needed
                 Key: PROTON-2751
                 URL: https://issues.apache.org/jira/browse/PROTON-2751
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-c
            Reporter: Andrew Stitcher
            Assignee: Andrew Stitcher


pn_buffer_t has complex logic to hold and manage a ring buffer. But is being 
used just to manage a resizeable bytes buffer. And in most of those places the 
buffer doesn't really nned to be resized either!
So it can be replaced in many places with much simpler code.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to