It is only set and never used.
This makes trunk and 2.4.x more in line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1878056 13f79535-47bb-0310-9956-
ffa450edef68
int capacity;
unsigned is_ssl : 1;
- unsigned flushall : 1;
request_rec *r; /* the request processed in this ctx */
apr_status_t r_status; /* status of request work */
ctx->is_ssl = is_ssl;
ctx->worker = worker;
ctx->conf = conf;
- ctx->flushall = apr_table_get(r->subprocess_env, "proxy-flushall")? 1 : 0;
ctx->req_buffer_size = (32*1024);
ctx->r = r;
ctx->r_status = status = HTTP_SERVICE_UNAVAILABLE;