falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 945 forks source link

fix(multipart): don't share MultipartParseOptions._DEFAULT_HANDLERS #2322

Closed myusko closed 2 months ago

myusko commented 2 months ago

Summary of Changes

Fix a problem, when MultipartParseOptions._DEFAULT_HANDLERS was shared between different instances

Related Issues

Fixes #2293.

Pull Request Checklist

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (1f914c5) to head (16c8d5b). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2322 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 7499 7502 +3 Branches 1275 1275 ========================================= + Hits 7499 7502 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.