diff --git a/modules/beast_asio/handshake/beast_InputParser.h b/modules/beast_asio/handshake/beast_InputParser.h index f79f23afc..3c5f31fee 100644 --- a/modules/beast_asio/handshake/beast_InputParser.h +++ b/modules/beast_asio/handshake/beast_InputParser.h @@ -80,8 +80,8 @@ struct Match if (state.passed ()) { if (t == other) - return State::passed; - return State::failed; + return State::pass; + return State::fail; } return state; }