Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: revert "detect JetBrains running on local ipv6 (#11653)"#11664

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
spikecurtis merged 1 commit intomainfromspike/11659-revert-11653
Jan 17, 2024

Conversation

spikecurtis
Copy link
Contributor

Fixes#11659

This reverts commit#11653

I think what's happening is that Linux allows two different things to bind to the same port if one binds to IPv4 and another binds to IPv6. However, incoderdtest we start a test server which binds to127.0.0.1:0, and then overwrite the accessURL tohttp://localhost:<port>.localhost is ambiguous, so when the HTTP client then tries to dial, it will first try the IPv6 local IP (::1) before it tries IPv4 (127.0.0.1). If we happen to hit a port conflict, we hit the echo server, which triggers the HTTP protocol error.

@spikecurtisspikecurtis self-assigned thisJan 17, 2024
@spikecurtisspikecurtis marked this pull request as ready for reviewJanuary 17, 2024 11:38
Copy link

@cdr-botcdr-botbot left a comment

Choose a reason for hiding this comment

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

This PR is a hotfix and has been automatically approved.

  • ✅ Base is main
  • ✅ Has hotfix label
  • ✅ Head is from coder/coder
  • ✅ Less than 100 lines

@spikecurtisspikecurtis merged commitb173195 intomainJan 17, 2024
@spikecurtisspikecurtis deleted the spike/11659-revert-11653 branchJanuary 17, 2024 11:38
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 17, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@cdr-botcdr-bot[bot]cdr-bot[bot] approved these changes

@code-ashercode-asherAwaiting requested review from code-asher

Assignees

@spikecurtisspikecurtis

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

multiple flakes on /api/v2/users/first
1 participant
@spikecurtis

[8]ページ先頭

©2009-2025 Movatter.jp