Skip to content

Change NetworkWinHttp implementation#1608

Merged
mykhailo-kuchma merged 1 commit intomasterfrom
task/DATASDK-63
May 5, 2025
Merged

Change NetworkWinHttp implementation#1608
mykhailo-kuchma merged 1 commit intomasterfrom
task/DATASDK-63

Conversation

@mykhailo-kuchma
Copy link
Contributor

Make sure we are using http2 when it's possible

Relates-To: DATASDK-63

Make sure we are using http2 when it's possible

Relates-To: DATASDK-63

Signed-off-by: Mykhailo Kuchma <ext-mykhailo.kuchma@here.com>
@codecov
Copy link

codecov bot commented May 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.23%. Comparing base (390dca8) to head (ee22d3b).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1608   +/-   ##
=======================================
  Coverage   80.23%   80.23%           
=======================================
  Files         348      348           
  Lines       13881    13881           
  Branches     1481     1481           
=======================================
  Hits        11137    11137           
  Misses       2146     2146           
  Partials      598      598           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mykhailo-kuchma mykhailo-kuchma merged commit 6577a87 into master May 5, 2025
32 of 42 checks passed
@mykhailo-kuchma mykhailo-kuchma deleted the task/DATASDK-63 branch May 5, 2025 17:33
DWORD flags = (url_components.nScheme == INTERNET_SCHEME_HTTPS)
? WINHTTP_FLAG_SECURE
: 0;
LPWSTR http_verb = L"GET";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pulled the latest version of master. When I try to compile with Visual Stusio 2026 I get this error: Error C2440: 'initializing': cannot convert from 'const wchar_t [4]' to 'LPWSTR'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @pjdixit , please create an issue. Thanks!

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done - #1654

Thank you for looking into it.

Copy link

@pjdixit pjdixit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pulled the latest version of master. When i compile with VS 2026 I get this error on line

error C2440: 'initializing': cannot convert from 'const wchar_t [4]' to 'LPWSTR'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants