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

Setting limit_payload to disabled doesn't disable payload limit #1075

Open
BWStearns opened this issue Dec 12, 2024 · 1 comment
Open

Setting limit_payload to disabled doesn't disable payload limit #1075

BWStearns opened this issue Dec 12, 2024 · 1 comment
Assignees
Milestone

Comments

@BWStearns
Copy link
Contributor

Description

#1069

To Reproduce

Try this setting in env/development.yaml and try uploading a 4MB file.

  middlewares:
    # Limit payload size for incoming requests.
    limit_payload:
      enable: false

Expected Behavior

Should upload.

Environment:

Dev (though presumably any)

Additional Context

Seems to be failing back on the default from axum.

@BWStearns
Copy link
Contributor Author

Feel free to assign me.

@jondot jondot added this to the 0.14.0 milestone Dec 13, 2024
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

No branches or pull requests

2 participants