Skip to content

Commit 0bc80a5

Browse files
committed
Merge branch 'development' of https://git01.codeplex.com/casablanca into staging
2 parents 7b71cb9 + ad109ab commit 0bc80a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Release/include/cpprest/http_windows_server.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#pragma warning(pop)
4141

4242
#include <atomic>
43+
#include <mutex>
4344

4445
#include "cpprest/http_server.h"
4546

Release/src/http/listener/http_windows_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ void windows_request_context::dispatch_request_to_listener(_In_ web::http::exper
649649
{
650650
m_response = responseTask.get();
651651
}
652-
catch (const task_canceled &)
652+
catch (const pplx::task_canceled &)
653653
{
654654
// This means the user didn't respond to the request, allowing the
655655
// http_request instance to be destroyed. There is nothing to do then

0 commit comments

Comments
 (0)