-
Notifications
You must be signed in to change notification settings - Fork 77
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
[patch] Bug fix on StreamGetObject API and DNS cache expiration / refactor net connection #986
[patch] Bug fix on StreamGetObject API and DNS cache expiration / refactor net connection #986
Conversation
Signed-off-by: kpango <[email protected]>
[WARNING:INTCFG] Changes in |
[CHATOPS:HELP] ChatOps commands.
|
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [golangci] reported by reviewdog 🐶
unnecessary trailing newline (whitespace)
Codecov Report
@@ Coverage Diff @@
## master #986 +/- ##
==========================================
+ Coverage 14.45% 14.47% +0.02%
==========================================
Files 492 494 +2
Lines 27906 28300 +394
==========================================
+ Hits 4033 4096 +63
- Misses 23635 23957 +322
- Partials 238 247 +9
Continue to review full report at Codecov.
|
Signed-off-by: kpango <[email protected]>
Signed-off-by: kpango <[email protected]>
Signed-off-by: kpango <[email protected]>
27141e0
to
1c68e4e
Compare
Signed-off-by: kpango <[email protected]>
Signed-off-by: kpango <[email protected]>
Signed-off-by: kpango <[email protected]>
Signed-off-by: kpango <[email protected]>
Signed-off-by: kpango <[email protected]>
Signed-off-by: kpango <[email protected]>
Signed-off-by: kpango <[email protected]>
Co-authored-by: Kiichiro YUKAWA <[email protected]>
…p-handshake-and-connection-handling
Signed-off-by: kpango <[email protected]>
/changelog |
[CHANGELOG] Please edit the following lines.
|
Signed-off-by: kpango [email protected]
Description:
add TLS handshake controls & more accurate host pass joining
use custom net dialer connection for k8s reconciliation.
This PR contains two bug fixes.
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: