class documentation

class InactiveStreamClosed(ConnectionClosed):

View In Hierarchy

Connection was closed without sending request headers of the stream. This happens when a stream is waiting for other streams to close and connection is lost.
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable request Undocumented
def __init__(self, request):

Undocumented

Parameters
request:RequestUndocumented
def __str__(self):

Undocumented

Returns
strUndocumented
request =

Undocumented