-
-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: logging middleware with multi-body response #3478
Conversation
dbc98b8
to
b6010f0
Compare
Prevent logging middleware from failing with a KeyError when a response sends multiple "http.response.body" messages. Closes #3477
7fad639
to
2c26a64
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3478 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 328 328
Lines 14874 14876 +2
Branches 2360 2361 +1
=======================================
+ Hits 14621 14623 +2
Misses 116 116
Partials 137 137 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/3478 |
Prevent logging middleware from failing with a KeyError when a response sends multiple "http.response.body" messages.
Closes #3477
Description
Closes