Searched refs:invalid_http_version (Results 1 – 17 of 17) sorted by relevance
123 invalid_http_version, enumerator207 case error::invalid_http_version: in message()
81 return make_error_code(error::invalid_http_version); in validate_handshake()
146 return make_error_code(error::invalid_http_version); in validate_handshake()
83 return make_error_code(error::invalid_http_version); in validate_handshake()
169 return make_error_code(error::invalid_http_version); in validate_handshake()
191 return make_error_code(error::invalid_http_version); in validate_handshake()
99 std::string invalid_http_version = "HTTP 1.0"; in TEST() local102 response_parser_type::http_version_done, invalid_http_version); in TEST()
136 BOOST_CHECK( ec == websocketpp::processor::error::invalid_http_version ); in BOOST_AUTO_TEST_CASE()
121 …CK_EQUAL( env.p.validate_handshake(env.req), websocketpp::processor::error::invalid_http_version ); in BOOST_AUTO_TEST_CASE()
168 …CK_EQUAL( env.p.validate_handshake(env.req), websocketpp::processor::error::invalid_http_version ); in BOOST_AUTO_TEST_CASE()