![]() |
Home | Libraries | People | FAQ | More |
Adds a reset connection stage.
pipeline_request& add_reset_connection();
Creates a stage that resets server-side session state. The resulting stage
has effects equivalent to conn.reset_connection()
.
Strong guarantee. Memory allocations may throw.