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 303a3dc commit b4b0b6cCopy full SHA for b4b0b6c
Release/tests/Functional/http/utilities/test_http_server.cpp
@@ -476,7 +476,6 @@ class _test_http_server
476
477
volatile std::atomic<int> m_cancel;
478
479
- pplx::extensibility::critical_section_t m_listen_lock;
480
public:
481
_test_http_server(const utility::string_t& uri)
482
: m_uri(uri)
@@ -485,7 +484,6 @@ class _test_http_server
485
484
{
486
m_listener.support([&](web::http::http_request result) -> void
487
488
- pplx::extensibility::critical_section_t::scoped_lock listen_lock(m_listen_lock); // try to serialize requests
489
auto tr = new test_request();
490
tr->m_method = result.method();
491
tr->m_path = result.request_uri().resource().to_string();
0 commit comments