File tree Expand file tree Collapse file tree 4 files changed +358
-89
lines changed
tests/functional/http/client Expand file tree Collapse file tree 4 files changed +358
-89
lines changed Original file line number Diff line number Diff line change @@ -296,9 +296,10 @@ class _http_client_communicator
296296 // URI to connect to.
297297 const http::uri m_uri;
298298
299- private:
300299
301- http_client_config m_client_config;
300+ http_client_config m_client_config;
301+
302+ private:
302303
303304 bool m_opened;
304305
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ namespace web
3030namespace http { namespace client { namespace details {
3131class winhttp_client ;
3232class winrt_client ;
33+ class asio_context ;
3334}}}
3435namespace websockets { namespace client { namespace details {
3536class winrt_callback_client ;
@@ -124,6 +125,7 @@ class credentials
124125private:
125126 friend class http ::client::details::winhttp_client;
126127 friend class http ::client::details::winrt_client;
128+ friend class http ::client::details::asio_context;
127129 friend class websockets ::client::details::winrt_callback_client;
128130 friend class websockets ::client::details::wspp_callback_client;
129131
You can’t perform that action at this time.
0 commit comments