Home
last modified time | relevance | path

Searched refs:invalid_http_version (Results 1 – 17 of 17) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/processors/
H A Dbase.hpp123 invalid_http_version, enumerator
207 case error::invalid_http_version: in message()
H A Dhybi00.hpp81 return make_error_code(error::invalid_http_version); in validate_handshake()
H A Dhybi13.hpp146 return make_error_code(error::invalid_http_version); in validate_handshake()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/processors/
H A Dbase.hpp123 invalid_http_version, enumerator
207 case error::invalid_http_version: in message()
H A Dhybi00.hpp83 return make_error_code(error::invalid_http_version); in validate_handshake()
H A Dhybi13.hpp169 return make_error_code(error::invalid_http_version); in validate_handshake()
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/processors/
H A Dbase.hpp123 invalid_http_version, enumerator
207 case error::invalid_http_version: in message()
H A Dhybi00.hpp83 return make_error_code(error::invalid_http_version); in validate_handshake()
H A Dhybi13.hpp191 return make_error_code(error::invalid_http_version); in validate_handshake()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/processors/
H A Dbase.hpp123 invalid_http_version, enumerator
207 case error::invalid_http_version: in message()
H A Dhybi00.hpp83 return make_error_code(error::invalid_http_version); in validate_handshake()
H A Dhybi13.hpp191 return make_error_code(error::invalid_http_version); in validate_handshake()
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/libs/network/test/http/
H A Dresponse_incremental_parser_test.cpp99 std::string invalid_http_version = "HTTP 1.0"; in TEST() local
102 response_parser_type::http_version_done, invalid_http_version); in TEST()
/dports/devel/websocketpp/websocketpp-0.8.2/test/processors/
H A Dhybi08.cpp136 BOOST_CHECK( ec == websocketpp::processor::error::invalid_http_version ); in BOOST_AUTO_TEST_CASE()
H A Dhybi07.cpp136 BOOST_CHECK( ec == websocketpp::processor::error::invalid_http_version ); in BOOST_AUTO_TEST_CASE()
H A Dhybi00.cpp121 …CK_EQUAL( env.p.validate_handshake(env.req), websocketpp::processor::error::invalid_http_version ); in BOOST_AUTO_TEST_CASE()
H A Dhybi13.cpp168 …CK_EQUAL( env.p.validate_handshake(env.req), websocketpp::processor::error::invalid_http_version ); in BOOST_AUTO_TEST_CASE()