![]() |
Home | Libraries | People | FAQ | More |
Called once when the complete message is received.
void on_finish_impl( error_code& ec);
This virtual function is invoked once, after successfully parsing a complete HTTP message.
Name |
Description |
---|---|
|
An output parameter which the function may set to indicate an error. The error will be clear before this function is invoked. |