发布

  • fix: replace UnicodeDecodeError to prevent large payload logging (#4071)

    frostbyte_neo 发布于 2025-07-25 21:01:37 +00:00

    Replace UnicodeDecodeError with UnprocessableEntityError in encoding
    detection to avoid logging entire file contents.
    UnicodeDecodeError.object automatically stores complete input data,
    causing memory issues with large files in logging and error reporting
    systems.

    下载附件