-
Notifications
You must be signed in to change notification settings - Fork 86
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
Upgrade finagle to 6.43.0 #347
Conversation
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.
Looks good!
case (k, Some(buf)) => | ||
val req = Request(Method.Put, k) | ||
req.content = buf | ||
req.contentLength = buf.length |
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.
Is buf.length
the same as .readableBytes
?
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.
yeah, seem to be afaict.
Codecov Report
@@ Coverage Diff @@
## develop #347 +/- ##
===========================================
- Coverage 61.16% 61.16% -0.01%
===========================================
Files 119 119
Lines 1813 1818 +5
Branches 117 117
===========================================
+ Hits 1109 1112 +3
- Misses 704 706 +2
Continue to review full report at Codecov.
|
Upgrades finagle and twitter util. In the process gets rid of finagle-http-compat and moves to the latest finagle http api.