Add clarifying comment about InsecureTransport
This commit is contained in:
parent
b2367e35d8
commit
88a3a3159e
|
@ -11,6 +11,11 @@ if TYPE_CHECKING:
|
|||
|
||||
|
||||
class InsecureTransport(ISecureTransport):
|
||||
"""
|
||||
``InsecureTransport`` provides the "identity" upgrader for a ``IRawConnection``,
|
||||
i.e. the upgraded transport does not add any additional security.
|
||||
"""
|
||||
|
||||
transport_id: str
|
||||
|
||||
def __init__(self, transport_id: str) -> None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user