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

[Miniflare 3] Fix KVNamespace#put() with empty value #704

Merged
merged 1 commit into from
Oct 5, 2023

Commits on Oct 5, 2023

  1. Fix KVNamespace#put() with empty value

    Empty `put()`s may send HTTP requests with `null` bodies, violating
    an assumption we had. This change handles this case, and adds some
    additional tests for empty values.
    
    Closes #703
    mrbbot committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4191b32 View commit details
    Browse the repository at this point in the history