This commit is contained in:
Vinnie Falco
2019-02-27 14:17:55 -08:00
parent c510662c67
commit e90f2087e7
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
Official repository: https://github.com/boostorg/beast
]
[section Layered Streams __new__]
[section:layered_streams Layered Streams __new__]
Networking's __ssl_stream__ is a class template meeting the requirements
of both synchronous and asynchronous read and write streams, implemented

View File

@@ -9,7 +9,7 @@
[/-----------------------------------------------------------------------------]
[section Messages __new__]
[section:messages Messages __new__]
Once a websocket session is established, messages can be sent unsolicited by
either peer at any time. A message is made up of one or more ['messages frames].

View File

@@ -9,7 +9,7 @@
[/-----------------------------------------------------------------------------]
[section Timeouts __new__]
[section:timeouts Timeouts __new__]
While
[link beast.ref.boost__beast__basic_stream `basic_stream`] and