mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 03:35:14 +00:00
Remove obsolete mention of connection driver
This commit is contained in:
committed by
Dirkjan Ochtman
parent
c054fb36cb
commit
d72bc0fc6f
@@ -293,10 +293,9 @@ where
|
||||
/// A QUIC connection.
|
||||
///
|
||||
/// If all references to a connection (including every clone of the `Connection` handle, streams of
|
||||
/// incoming streams, and the various stream types) other than the `ConnectionDriver` have been
|
||||
/// dropped, then the connection will be automatically closed with an `error_code` of 0 and an
|
||||
/// empty `reason`. You can also close the connection explicitly by calling
|
||||
/// [`Connection::close()`].
|
||||
/// incoming streams, and the various stream types) have been dropped, then the connection will be
|
||||
/// automatically closed with an `error_code` of 0 and an empty `reason`. You can also close the
|
||||
/// connection explicitly by calling [`Connection::close()`].
|
||||
///
|
||||
/// May be cloned to obtain another handle to the same connection.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user