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.
See Implementation
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.