mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-20 21:58:33 +00:00
* Issue #2439 - Remove HTTP/2 data copy. Implemented reference counting for the network buffer, with the semantic that calling succeeded() on callbacks decrements the reference count. Introduced interface Retainable, used by the client when notifying multiple application content listeners. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>