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 11fa3ee commit 0685728Copy full SHA for 0685728
Release/src/http/listener/http_server_httpsys.cpp
@@ -769,7 +769,8 @@ void windows_request_context::init_response_callbacks(ShouldWaitForBody shouldWa
769
770
if (shouldWait == DontWaitForBody)
771
{
772
- proxy_content_ready.set();
+ // Fake a body completion so the content_ready() task doesn't keep the http_request alive forever
773
+ m_msg._get_impl()->_complete(0);
774
}
775
776
0 commit comments