mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Clarify teardown
and async_teardown
are customization points
Addresses #2479
This commit is contained in:
committed by
Mohammad Nejati
parent
3b837c6982
commit
5f088b72ca
@ -27,6 +27,11 @@ namespace beast {
|
||||
`net::ssl::stream`, callers are responsible for
|
||||
providing a suitable overload of this function.
|
||||
|
||||
@note
|
||||
|
||||
This function serves as a customization point and is not intended
|
||||
to be called directly.
|
||||
|
||||
@param role The role of the local endpoint
|
||||
|
||||
@param stream The stream to tear down.
|
||||
@ -50,6 +55,11 @@ teardown(
|
||||
callers are responsible for providing a suitable overload
|
||||
of this function.
|
||||
|
||||
@note
|
||||
|
||||
This function serves as a customization point and is not intended
|
||||
to be called directly.
|
||||
|
||||
@param role The role of the local endpoint
|
||||
|
||||
@param stream The stream to tear down.
|
||||
|
@ -29,6 +29,11 @@ namespace websocket {
|
||||
`net::ssl::stream`, callers are responsible for
|
||||
providing a suitable overload of this function.
|
||||
|
||||
@note
|
||||
|
||||
This function serves as a customization point and is not intended
|
||||
to be called directly.
|
||||
|
||||
@param role The role of the local endpoint
|
||||
|
||||
@param socket The socket to tear down.
|
||||
@ -65,6 +70,11 @@ teardown(
|
||||
callers are responsible for providing a suitable overload
|
||||
of this function.
|
||||
|
||||
@note
|
||||
|
||||
This function serves as a customization point and is not intended
|
||||
to be called directly.
|
||||
|
||||
@param role The role of the local endpoint
|
||||
|
||||
@param socket The socket to tear down.
|
||||
@ -122,6 +132,11 @@ namespace websocket {
|
||||
`net::ssl::stream`, callers are responsible for
|
||||
providing a suitable overload of this function.
|
||||
|
||||
@note
|
||||
|
||||
This function serves as a customization point and is not intended
|
||||
to be called directly.
|
||||
|
||||
@param role The role of the local endpoint
|
||||
|
||||
@param socket The socket to tear down.
|
||||
@ -146,6 +161,11 @@ teardown(
|
||||
callers are responsible for providing a suitable overload
|
||||
of this function.
|
||||
|
||||
@note
|
||||
|
||||
This function serves as a customization point and is not intended
|
||||
to be called directly.
|
||||
|
||||
@param role The role of the local endpoint
|
||||
|
||||
@param socket The socket to tear down.
|
||||
|
Reference in New Issue
Block a user