Parser Stream Operations documentation references wrong Stream types
Open
Doc
- Dominant language
- C++
- Stars
- 4.8k
- Forks
- 694
- Avg merge
- 12h 48m
- Merged PRs (30d)
- 1
Description
### Version of Beast
1.70
### Steps necessary to reproduce the problem
Open
https://www.boost.org/doc/libs/1_70_0/libs/beast/doc/html/beast/using_http/parser_stream_operations.html
## Problem:
5 out of 6 read functions listed in Table 1.22, _Parser Stream Operations_, refer to `WriteStream`, while they should refer to `ReadStream`.
Contributor guide
Assessment
This issue has not been assessed yet.