Session.num_closed_streams

The number of closed streams still kept in |streams| hash. The closed streams can be accessed through single linked list |closed_stream_head|. Notes: The current implementation only keeps incoming streams if session is initialized as server.

class Session
package
size_t num_closed_streams;

Meta