Project

General

Profile

Actions

Server stream-request-bodyDetails

config options to stream request allows admin to configure if request is collected in entirety prior to sending data to backend

option description
server.stream-request-body = 0 default: buffer entire request body before connecting to backend
server.stream-request-body = 1 stream request body to backend; buffer to temp files
server.stream-request-body = 2 stream request body to backend; minimal buffering might block upload

On embedded systems using server.stream-request-body = 1 or server.stream-request-body = 2, and when using HTTPS, it is recommended to additionally set ssl.read-ahead = "disable" from Docs_SSL

Updated by gstrauss over 6 years ago · 2 revisions