Skip to content
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: ContentLength incorrectly set for empty files #1785

Merged
merged 1 commit into from
Mar 21, 2024

Commits on Mar 21, 2024

  1. fix: ContentLength incorrectly set for empty files

    A regression was introduced in the latest version wherein files with zero bytes would have their `ContentLength` erroneously set to `1`. This resulted in requests failing with an `ERR_CONTENT_LENGTH_MISMATCH`.
    alan-agius4 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4538591 View commit details
    Browse the repository at this point in the history