diff --git a/CHANGELOG.md b/CHANGELOG.md index 1370e0fb..4775ba99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 174: * Fix Fields, FieldsWriter concept docs +* Fix BodyReader constructor requirements doc -------------------------------------------------------------------------------- diff --git a/doc/qbk/07_concepts/BodyReader.qbk b/doc/qbk/07_concepts/BodyReader.qbk index ecc85212..f6a267b3 100644 --- a/doc/qbk/07_concepts/BodyReader.qbk +++ b/doc/qbk/07_concepts/BodyReader.qbk @@ -54,9 +54,6 @@ In this table: [ Constructible from `h` and `v`. The lifetime of `h` and `v` 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 first call to `init`, permitting lazy construction of the message.