Closed justinlin-linkedin closed 1 month ago
Attention: Patch coverage is 22.22222%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 70.10%. Comparing base (
52ba813
) to head (9064b07
). Report is 112 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
We are not ordering the headers and query parameters in netty request, just use HashMap, not TreeMap. And since we are now modifying the map from multiple threads due to 100-continue, we should use concurrenthashmap.
Test
Unit test