Skip to content
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] Invalid runtime API usage when retrieving binary payload from a mime-datasource #1364

Merged
merged 12 commits into from
Dec 14, 2022

Conversation

ayeshLK
Copy link
Member

@ayeshLK ayeshLK commented Dec 13, 2022

Purpose

$subject

Fixes #3662
Related to #208

Examples

N/A

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Base: 81.18% // Head: 81.18% // No change to project coverage 👍

Coverage data is based on head (40f7f28) compared to base (003253a).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1364   +/-   ##
=========================================
  Coverage     81.18%   81.18%           
  Complexity      133      133           
=========================================
  Files           361      361           
  Lines         19592    19592           
  Branches       4319     4319           
=========================================
  Hits          15905    15905           
+ Misses         2860     2859    -1     
- Partials        827      828    +1     
Impacted Files Coverage Δ
...contractimpl/sender/http2/RequestWriteStarter.java 87.09% <0.00%> (-6.46%) ⬇️
...impl/listener/http2/Http2ServerTimeoutHandler.java 78.08% <0.00%> (-2.74%) ⬇️
.../contractimpl/sender/http2/Http2TargetHandler.java 70.76% <0.00%> (-1.54%) ⬇️
...nsport/contractimpl/DefaultHttpResponseFuture.java 75.30% <0.00%> (+0.61%) ⬆️
...nsport/contractimpl/Http2OutboundRespListener.java 78.80% <0.00%> (+1.32%) ⬆️
...sport/message/ServerRemoteFlowControlListener.java 75.00% <0.00%> (+12.50%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ayeshLK ayeshLK marked this pull request as ready for review December 13, 2022 10:22
@chamil321 chamil321 merged commit 89f5fad into ballerina-platform:master Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binary payload retrieved from the http:Request has different content-length than the original payload
2 participants