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

Add limit-request-line argument to gunicorn arguments #1499

Open
Saboti215 opened this issue Nov 9, 2023 · 0 comments
Open

Add limit-request-line argument to gunicorn arguments #1499

Saboti215 opened this issue Nov 9, 2023 · 0 comments

Comments

@Saboti215
Copy link

Saboti215 commented Nov 9, 2023

Issue: Feature Request

I often use a frm.call in my application where I want to use the GET method to ensure there are no changes commited to the database. I often ran into the conflicts, that the request uri of a GET request is way to large, because the frm.call passes the whole document to the server. I've got the following error:

Request line too Large (8192 > 4094)

This can be fixed by adding the argument --limit-request-line 0 to the gunicorn arguments in supervisor.conf

I've already added this argument to my machine, but it would be really nice for future projects if this setting will be included in the template bench/config/templates/supervisor.conf

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

1 participant