Skip to content

fix(client): use location protocol on ipv6 any (::) host #2868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2020

Conversation

ylemkimon
Copy link
Contributor

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

Yes.

Motivation / Use-Case

The location protocol was used on the ipv4 INADDR_ANY (0.0.0.0) host but not on the ipv6 one (::).

Breaking Changes

N/A

Additional Info

@codecov
Copy link

codecov bot commented Nov 27, 2020

Codecov Report

Merging #2868 (6db8b62) into v4 (ecf2fe1) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v4    #2868      +/-   ##
==========================================
- Coverage   92.45%   92.44%   -0.02%     
==========================================
  Files          38       38              
  Lines        1246     1244       -2     
  Branches      326      324       -2     
==========================================
- Hits         1152     1150       -2     
  Misses         89       89              
  Partials        5        5              
Impacted Files Coverage Δ
client-src/default/utils/createSocketUrl.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ecf2fe1...6db8b62. Read the comment docs.

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

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

/cc @hiroppy

@ylemkimon ylemkimon closed this Nov 27, 2020
@ylemkimon ylemkimon reopened this Nov 27, 2020
@alexander-akait
Copy link
Member

@hiroppy I wan to merge and do beta release, if we will have problems, we will fix it in the next PR, but I found it is bug

@alexander-akait alexander-akait merged commit 47a0fe1 into webpack:v4 Nov 27, 2020
@alexander-akait alexander-akait mentioned this pull request Nov 27, 2020
Merged
6 tasks
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.

2 participants