You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some misc cleanup in our http client linux implementation. Overall saves more space and decreases the amount of code.
1. Deleted unnecessary linux_client wrapper, which just contained a unique_ptr.
2. Removed m_uri member on linux_request_context. Never name a variable 'what' :)
3. Removed client config member on client class.
0 commit comments