class documentation

class InactiveStreamClosed(ConnectionClosed): (source)

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: Request): (source)

Undocumented

def __str__(self) -> str: (source)

Undocumented

Undocumented