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