You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: