Changing the status code after we sent it to the client causes a status
code being logged that is different from the one sent to the client which
can be confusing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1895715 13f79535-47bb-0310-9956-
ffa450edef68
if (proxyport && !tunnel->replied) {
return rc;
}
- /* Custom log may need this, still */
- r->status = rc;
}
/*
/* Let proxy tunnel forward everything within this thread */
req->tunnel->timeout = req->idle_timeout;
status = ap_proxy_tunnel_run(req->tunnel);
- if (ap_is_HTTP_ERROR(status)) {
- r->status = status;
- }
/* Report bytes exchanged by the backend */
backend->worker->s->read +=