-
Notifications
You must be signed in to change notification settings - Fork 85
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
Expose evictable idle time for a connection #1841
Expose evictable idle time for a connection #1841
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1841 +/- ##
============================================
- Coverage 81.67% 81.66% -0.01%
Complexity 562 562
============================================
Files 393 393
Lines 21354 21365 +11
Branches 4784 4786 +2
============================================
+ Hits 17440 17447 +7
- Misses 2923 2927 +4
Partials 991 991 ☔ View full report in Codecov by Sentry. |
native/src/main/java/io/ballerina/stdlib/http/api/HttpUtil.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/http/api/HttpUtil.java
Outdated
Show resolved
Hide resolved
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
LGTM. Can we check the spec as well? If we have a reference to this PoolConfiguration in the spec, then we need to update that as well
We only have the |
Purpose
$subject
Related - ballerina-platform/ballerina-library#5951
Examples
Checklist