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 90ebeb4 commit 3cb4da7Copy full SHA for 3cb4da7
Release/src/http/listener/http_server_httpsys.cpp
@@ -690,7 +690,7 @@ void windows_request_context::dispatch_request_to_listener(_In_ web::http::exper
690
void windows_request_context::init_response_callbacks(ShouldWaitForBody shouldWait)
691
{
692
// Use a proxy event so we're not causing a circular reference between the http_request and the response task
693
- pplx::task_completion_event<void> proxy_content_ready;
+ pplx::task_completion_event<void> proxy_content_ready;
694
695
auto content_ready_task = m_msg.content_ready();
696
auto get_response_task = m_msg.get_response();
0 commit comments