From 915acd13e37fbeab9edb71299cdd06c6ec6d4eb2 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 9 Feb 2005 17:40:53 +0000 Subject: [PATCH] fix function name in developer doc PR: 33438 Submitted by: Bojan Smojver Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@153093 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/request.html.en | 2 +- docs/manual/developer/request.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/developer/request.html.en b/docs/manual/developer/request.html.en index c5aebd6219f..aadd4b33a13 100644 --- a/docs/manual/developer/request.html.en +++ b/docs/manual/developer/request.html.en @@ -37,7 +37,7 @@ behavior. As patches were introduced to 2.0, these optimizations (and the server behavior) were quickly broken due to this duplication of code. All duplicate code has been folded - back into ap_process_internal_request() to prevent + back into ap_process_request_internal() to prevent the code from falling out of sync again.

This means that much of the existing code was 'unoptimized'. diff --git a/docs/manual/developer/request.xml b/docs/manual/developer/request.xml index eae390f7fef..72d5cf68b01 100644 --- a/docs/manual/developer/request.xml +++ b/docs/manual/developer/request.xml @@ -42,7 +42,7 @@ behavior. As patches were introduced to 2.0, these optimizations (and the server behavior) were quickly broken due to this duplication of code. All duplicate code has been folded - back into ap_process_internal_request() to prevent + back into ap_process_request_internal() to prevent the code from falling out of sync again.

This means that much of the existing code was 'unoptimized'. -- 2.47.2