mirror of
https://github.com/boostorg/beast.git
synced 2025-06-25 03:51:36 +02:00
Fix a typo in release notes
This commit is contained in:
committed by
Mohammad Nejati
parent
f1492dd164
commit
1d8dfae490
@ -5,7 +5,7 @@ Version 357:
|
|||||||
* Updated SSL examples to verify peer certificate hostname
|
* Updated SSL examples to verify peer certificate hostname
|
||||||
* Improved documentation of `websocket::stream::async_close`
|
* Improved documentation of `websocket::stream::async_close`
|
||||||
* WebSockets: Peer pings are counted as activity for `idle_timeout`
|
* WebSockets: Peer pings are counted as activity for `idle_timeout`
|
||||||
* Fixed out-of-band access issue in `iequals` function
|
* Fixed out-of-bounds access in `iequals` function
|
||||||
* Removed Boost.Scope dependency from examples
|
* Removed Boost.Scope dependency from examples
|
||||||
* Refactored CMakeLists
|
* Refactored CMakeLists
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
[*Fixes]
|
[*Fixes]
|
||||||
|
|
||||||
* [issue 2962] Fixed out-of-band access issue in `iequals` function
|
* [issue 2962] Fixed out-of-bounds access in `iequals` function
|
||||||
|
|
||||||
[*Improvements]
|
[*Improvements]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user