mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 06:15:24 +02:00
Fix BodyReader constructor requirements doc
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
Version 174:
|
Version 174:
|
||||||
|
|
||||||
* Fix Fields, FieldsWriter concept docs
|
* Fix Fields, FieldsWriter concept docs
|
||||||
|
* Fix BodyReader constructor requirements doc
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -54,9 +54,6 @@ In this table:
|
|||||||
[
|
[
|
||||||
Constructible from `h` and `v`. The lifetime of `h` and `v`
|
Constructible from `h` and `v`. The lifetime of `h` and `v`
|
||||||
is guaranteed to end no earlier than after the `R` is destroyed.
|
is guaranteed to end no earlier than after the `R` is destroyed.
|
||||||
The constructor will be called after a complete header is stored
|
|
||||||
in `h`, and before parsing body octets for messages indicating
|
|
||||||
that a body is present.
|
|
||||||
The reader shall not access the contents of `h` or `v` before
|
The reader shall not access the contents of `h` or `v` before
|
||||||
the first call to `init`, permitting lazy construction of the
|
the first call to `init`, permitting lazy construction of the
|
||||||
message.
|
message.
|
||||||
|
Reference in New Issue
Block a user