...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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.