Closed natenjoy closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 63.25%. Comparing base (
8a18d6d
) to head (09149a0
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
thanks!
This reverts commit e73952d36956bff91fafef33e771a66d9360e81a. Looks like this optimization wasn't safe and caused issues with the reused request pointer being shared, which ended up in a scenario where the channel could be closed and then sent on. Thanks for pointing this out, @TheJokr .
Likely to fix https://github.com/lestrrat-go/httprc/issues/30