Skip to content

Commit

Permalink
Fix another accidental tab indent
Browse files Browse the repository at this point in the history
  • Loading branch information
gigaplex committed Nov 25, 2015
1 parent 90ebeb4 commit 3cb4da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/src/http/listener/http_server_httpsys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ void windows_request_context::dispatch_request_to_listener(_In_ web::http::exper
void windows_request_context::init_response_callbacks(ShouldWaitForBody shouldWait)
{
// Use a proxy event so we're not causing a circular reference between the http_request and the response task
pplx::task_completion_event<void> proxy_content_ready;
pplx::task_completion_event<void> proxy_content_ready;

auto content_ready_task = m_msg.content_ready();
auto get_response_task = m_msg.get_response();
Expand Down

0 comments on commit 3cb4da7

Please sign in to comment.