Skip to content

Added parsing of binaryheaders in RequestContext#2

Merged
tim-mwangi merged 2 commits intomasterfrom
update_bin_headers
Jul 21, 2020
Merged

Added parsing of binaryheaders in RequestContext#2
tim-mwangi merged 2 commits intomasterfrom
update_bin_headers

Conversation

@mohit-a21
Copy link
Copy Markdown

Based on the name of the header, if the header ends with -bin then it is considered a binary header and a BINARY_BYTE_MARSHALLER is used in that case.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 20, 2020

Codecov Report

Merging #2 into master will increase coverage by 3.10%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #2      +/-   ##
============================================
+ Coverage     54.73%   57.84%   +3.10%     
- Complexity       23       25       +2     
============================================
  Files             9        9              
  Lines            95      102       +7     
  Branches          7        8       +1     
============================================
+ Hits             52       59       +7     
  Misses           40       40              
  Partials          3        3              
Impacted Files Coverage Δ Complexity Δ
...e/core/grpcutils/client/RequestContextAsCreds.java 61.11% <100.00%> (+7.77%) 5.00 <0.00> (+1.00)
...cutils/server/RequestContextServerInterceptor.java 78.94% <100.00%> (+5.61%) 6.00 <2.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a184ef...fe0cf20. Read the comment docs.

Copy link
Copy Markdown
Contributor

@tim-mwangi tim-mwangi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit tests

@mohit-a21 mohit-a21 requested a review from tim-mwangi July 21, 2020 17:04
@tim-mwangi tim-mwangi merged commit 78159da into master Jul 21, 2020
@tim-mwangi tim-mwangi deleted the update_bin_headers branch July 21, 2020 20:51
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.

2 participants