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
HttpClient::CreateSession method should support passing full URL as an argument instead of host and port (or perhaps support both). This would be then consistent with HttpClientSync::Get(url) and HttpClientSync::Post(url) methods.
Validate if HTTPS URL is parsed successfully, and supported for curl implementation. Remove TODO from here once https works/fixed:
As discussed here:
HttpClientSync::Get(url)andHttpClientSync::Post(url)methods.TODOfrom here oncehttpsworks/fixed:opentelemetry-cpp/ext/include/opentelemetry/ext/http/client/curl/http_client_curl.h
Line 123 in ac0e617