Project

General

Profile

Actions

Server stream-response-bodyDetails » History » Revision 1

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


Server stream-response-bodyDetails

config options to stream response allows admin to configure if response is collected in entirety prior to sending data to client

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

Updated by gstrauss over 7 years ago · 1 revisions