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

get_http_body: support large payloads #40

Open
rmind opened this issue Mar 4, 2023 · 0 comments
Open

get_http_body: support large payloads #40

rmind opened this issue Mar 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@rmind
Copy link
Owner

rmind commented Mar 4, 2023

If the payload body is larger than in-memory, nginx will start using temporary files. The buffer sizes are specified here. Need to update the get_http_body() function here here to support it. A potentially good way might be to memory-map the file from Lua.

@rmind rmind added the bug Something isn't working label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant