We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d42b5 commit 3439ea4Copy full SHA for 3439ea4
Release/src/http/listener/http_server_asio.cpp
@@ -659,7 +659,7 @@ will_deref_and_erase_t asio_server_connection::handle_http_line(const boost::sys
659
std::string http_version = http_path_and_version.substr(http_path_and_version.size() - VersionPortionSize + 1, VersionPortionSize - 2);
660
661
auto m_request_impl = m_request._get_impl().get();
662
- web::http::http_version parsed_version = web::http::http_version::from_string(utility::conversions::to_string_t(http_version));
+ web::http::http_version parsed_version = web::http::http_version::from_string(http_version);
663
m_request_impl->_set_http_version(parsed_version);
664
665
// if HTTP version is 1.0 then disable pipelining
0 commit comments