1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

More movement to shared stuff...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058623 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2011-01-13 15:58:57 +00:00
parent daa5a5c57c
commit 201bbd1ba9
13 changed files with 223 additions and 261 deletions

View File

@@ -203,7 +203,7 @@ static int proxy_fdpass_handler(request_rec *r, proxy_worker *worker,
{
int status;
const char *flush_method = worker->flusher ? worker->flusher : "flush";
const char *flush_method = worker->s->flusher ? worker->s->flusher : "flush";
proxy_fdpass_flush *flush = ap_lookup_provider(PROXY_FDPASS_FLUSHER,
flush_method, "0");