Fix BodyReader constructor requirements doc

This commit is contained in:
Vinnie Falco
2018-06-18 11:09:50 -07:00
parent 37c90220d0
commit 436f6f96b1
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
Version 174:
* Fix Fields, FieldsWriter concept docs
* Fix BodyReader constructor requirements doc
--------------------------------------------------------------------------------

View File

@@ -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.