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

Report request body buffered to disk #4

Open
fntlnz opened this issue Apr 1, 2018 · 0 comments
Open

Report request body buffered to disk #4

fntlnz opened this issue Apr 1, 2018 · 0 comments

Comments

@fntlnz
Copy link
Collaborator

fntlnz commented Apr 1, 2018

About client_body_buffer_size NGINX documentation says:

Sets buffer size for reading client request body. In case the request body is larger than the buffer, the whole body or only its part is written to a temporary file. By default, buffer size is equal to two memory pages. This is 8K on x86, other 32-bit platforms, and x86-64. It is usually 16K on other 64-bit platforms.

We want to be able to know when this occurs by adding a field to the reported request that tracks this particular behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant