Skip to content

Infinite recursion in set_status(http::status_code::value, const std::string&) in develop branch #1177

@Marcin-Walkowiak

Description

@Marcin-Walkowiak

The set_status function overload calls itself in

this->set_status(code, msg);

This is due to missing third argument. It is:

this->set_status(code, msg);

but IMO it should be:

this->set_status(code, msg, ec);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions