mirror of
https://github.com/boostorg/beast.git
synced 2025-08-04 15:24:31 +02:00
Fix type in release notes
This commit is contained in:
committed by
Richard Hodges
parent
f036077547
commit
4624dec026
@@ -30,7 +30,7 @@
|
|||||||
['Actions Required]
|
['Actions Required]
|
||||||
* The signature of `basic_parser<>::body_limit(n)` has changed. It now accepts an
|
* The signature of `basic_parser<>::body_limit(n)` has changed. It now accepts an
|
||||||
optional `std::uint64_t`. The caller may indicate that no body limit is required
|
optional `std::uint64_t`. The caller may indicate that no body limit is required
|
||||||
by calling `body_limit(boost::none)``. The default limits remain in place in order
|
by calling `body_limit(boost::none)`. The default limits remain in place in order
|
||||||
to maintain 'safe by default' behaviour.
|
to maintain 'safe by default' behaviour.
|
||||||
|
|
||||||
* [issue 1934] Remove deprecated interfaces (API Change)
|
* [issue 1934] Remove deprecated interfaces (API Change)
|
||||||
|
Reference in New Issue
Block a user