Skip to content

httputil: Raise errors instead of logging in multipart/form-data parsing#3497

Merged
bdarnell merged 1 commit intotornadoweb:masterfrom
bdarnell:multipart-log-spam
May 15, 2025
Merged

httputil: Raise errors instead of logging in multipart/form-data parsing#3497
bdarnell merged 1 commit intotornadoweb:masterfrom
bdarnell:multipart-log-spam

Conversation

@bdarnell
Copy link
Copy Markdown
Member

We used to continue after logging an error, which allowed repeated errors to spam the logs. The error raised here will still be logged, but only once per request, consistent with other error handling in Tornado.

We used to continue after logging an error, which allowed repeated
errors to spam the logs. The error raised here will still be logged,
but only once per request, consistent with other error handling in
Tornado.
@bdarnell bdarnell force-pushed the multipart-log-spam branch from 1ba9580 to cc61050 Compare May 15, 2025 19:33
@bdarnell bdarnell merged commit b39b892 into tornadoweb:master May 15, 2025
15 checks passed
@bdarnell bdarnell deleted the multipart-log-spam branch May 15, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant