Properly implemented request and response trailers for all the transports, both client and server.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This was necessary to avoid NPE when e.g. calling demand() on a stream that has already been removed from the session.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Code cleanup, removing deprecations, for class Pool,
ConnectionPool and its implementations.
Removed DuplexHttpDestination and MultiplexHttpDestination.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>