ChugR opened a new pull request #1129:
URL: https://github.com/apache/qpid-dispatch/pull/1129


   DISPATCH-2043: Various TCP Adaptor logging improvements
   
   * monitor and control sequence of half closed events
   * raw read caches data if read_close before stream message created
   * raw write defers EOS write_close until stream message created
   
   This version leaks buffers at the rate of about 15 per connection pair.
   The suspect is that proton never emits a PN_RAW_CONNECTION_READ after
   emitting CLOSED_READ and this code never gets to reclaim the buffers.
   That said, this code could have a bug in that area as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to