Project

General

Profile

Actions

Server stream-request-bodyDetails » History » Revision 1

Revision 1/2 | Next »
gstrauss, 2016-10-20 19:37


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

Updated by gstrauss over 7 years ago · 1 revisions