}
/* the socket is now open, create a new connection */
- origin = ap_run_create_connection(p, r->server, sock, r->connection->id);
+ origin = ap_run_create_connection(p, r->server, sock, r->connection->id, r->connection->sbh);
if (!origin) {
/* the peer reset the connection already; ap_new_connection()
* closed the socket */
}
/* the transfer socket is now open, create a new connection */
- remote = ap_run_create_connection(p, r->server, remote_sock, r->connection->id);
+ remote = ap_run_create_connection(p, r->server, remote_sock, r->connection->id, r->connection->sbh);
if (!remote) {
/* the peer reset the connection already; ap_new_connection()
* closed the socket */
/* the socket is now open, create a new backend server connection */
*origin = ap_run_create_connection(c->pool, r->server, p_conn->sock,
- r->connection->id);
+ r->connection->id, r->connection->sbh);
if (!origin) {
/* the peer reset the connection already; ap_new_connection()
* closed the socket