Closed SophieGuo410 closed 6 months ago
Attention: Patch coverage is 68.18182%
with 7 lines
in your changes are missing coverage. Please review.
Project coverage is 70.26%. Comparing base (
52ba813
) to head (8c93473
). Report is 6 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pr is to fix the bug that for 100-continue header support, the request will have some internal header after we handle request and send back 100-continue to customer. And in preProcessRequest we will return bad_request if any request has internal key during pre process stage. This pr is to remove those internal args for 100-continue use case specifically.