Skip to content

Commit bcccf54

Browse files
ioannis-eBillyONeal
authored andcommitted
Use pplx namespace consistently (#936)
1 parent ab5ced9 commit bcccf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/http/client/http_client_winhttp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2293,7 +2293,7 @@ class winhttp_client final : public _http_client_communicator
22932293
return true;
22942294
};
22952295

2296-
Concurrency::details::_do_while([p_request_context, chunk_size, process_buffer]() -> pplx::task<bool>
2296+
pplx::details::_do_while([p_request_context, chunk_size, process_buffer]() -> pplx::task<bool>
22972297
{
22982298
uint8_t *buffer;
22992299

0 commit comments

Comments
 (0)