Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.1
-
None
Description
Section "3.1.1. HTTP line parsing and formatting", text "passed in memory" should be "passed in-memory".
Section "3.1.3. HTTP message parsers and formatter", text "provides a coarse-grained facade type of interfaces" should be "provides coarse-grained facade type interfaces". Or maybe even "facade-type"?
Non-blocking HTTP request parsing / writing examples should use non-deprecated API.
BTW, there is an inconsistency between blocking and non-blocking API, in non-blocking API, HttpRequestParser naming convention is deprecated in favour of DefaultHttpRequestParser. However, this is not the case in blocking API.
Blocking and non-blocking code examples in "3.2. Customizing HTTP connections" should be swapped.