-
Notifications
You must be signed in to change notification settings - Fork 307
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
fix requests to agent via IPv6 #3003
Conversation
Overall package sizeSelf size: 4.03 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3003 +/- ##
==========================================
+ Coverage 87.63% 87.69% +0.05%
==========================================
Files 329 329
Lines 11750 11749 -1
Branches 33 33
==========================================
+ Hits 10297 10303 +6
+ Misses 1453 1446 -7
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksComparing candidate commit 9e756be in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 672 metrics, 35 unstable metrics. scenario:plugin-graphql-control-14
|
Not sure I understand what this does. Was it supposed to be a draft? |
839f3d6
to
d32fd22
Compare
d32fd22
to
2f42b74
Compare
2f42b74
to
9e756be
Compare
What does this PR do?
hostname
is set to[::1]
instead of::1
Motivation