the client when forwarding data from the backend to the client, not the
reverse.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1754164 13f79535-47bb-0310-9956-
ffa450edef68
"backend was readable");
done |= ap_proxy_transfer_between_connections(r, backconn,
c, bb_i, bb_o,
- "backend", NULL,
+ "backend",
+ &replied,
AP_IOBUFSIZE,
0)
!= APR_SUCCESS;
"client was readable");
done |= ap_proxy_transfer_between_connections(r, c, backconn,
bb_o, bb_i,
- "client",
- &replied,
+ "client", NULL,
AP_IOBUFSIZE,
0)
!= APR_SUCCESS;