Closed andresgomezfrr closed 1 year ago
Merging #1088 (5cf3926) into master (f9664ab) will increase coverage by
0.10%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1088 +/- ##
============================================
+ Coverage 92.28% 92.39% +0.10%
- Complexity 2149 2150 +1
============================================
Files 200 200
Lines 8321 8321
Branches 503 503
============================================
+ Hits 7679 7688 +9
+ Misses 527 519 -8
+ Partials 115 114 -1
Hey, I just made a Pull Request!
Description
Rename
X-Request-Id
header toX-Styx-Request-Id
Motivation and Context
Currently, the proxy could override the header
X-Request-Id
using its own one and this produce a warning in the clients:So, we decided to use a custom styx request-id header to avoid conflicts with the proxy one.
Checklist for PR author(s)
Checklist for PR reviewer(s)