summaryrefslogtreecommitdiff
path: root/modules/http
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-11-25 20:45:54 +0000
committerYann Ylavic <ylavic@apache.org>2021-11-25 20:45:54 +0000
commit5da71e7634542cdeefd2b5376f7c7bf5cd6e8b8a (patch)
tree6bac2972a2245486b5d4df9ddb7dcc2ec7f77451 /modules/http
parent772952aca2b66976299874f14c21b90508ed2b02 (diff)
downloadhttpd-5da71e7634542cdeefd2b5376f7c7bf5cd6e8b8a.tar.gz
Trigger ci.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http')
-rw-r--r--modules/http/http_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http/http_request.c b/modules/http/http_request.c
index a5fdaf44f9..5327dd0e04 100644
--- a/modules/http/http_request.c
+++ b/modules/http/http_request.c
@@ -690,7 +690,7 @@ static request_rec *internal_internal_redirect(const char *new_uri,
* to do their thing on internal redirects as well. Perhaps this is a
* misnamed function.
*/
- if ((access_status = ap_run_post_read_request(new))) {
+ if ((access_status = ap_post_read_request(new))) {
ap_die(access_status, new);
return NULL;
}