mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
Fix http::parser constructor javadoc
This commit is contained in:
@ -2,6 +2,7 @@ Version 172:
|
|||||||
|
|
||||||
* Tidy up websocket stream javadocs
|
* Tidy up websocket stream javadocs
|
||||||
* Fix move-only arguments in bind_handler
|
* Fix move-only arguments in bind_handler
|
||||||
|
* Fix http::parser constructor javadoc
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ public:
|
|||||||
/** Constructor
|
/** Constructor
|
||||||
|
|
||||||
@param args Optional arguments forwarded to the
|
@param args Optional arguments forwarded to the
|
||||||
@ref http::header constructor.
|
@ref http::message constructor.
|
||||||
|
|
||||||
@note This function participates in overload
|
@note This function participates in overload
|
||||||
resolution only if the first argument is not a
|
resolution only if the first argument is not a
|
||||||
|
Reference in New Issue
Block a user