From: Jeff Trawick Date: Wed, 9 Feb 2005 17:35:05 +0000 (+0000) Subject: fix function name in developer doc X-Git-Tag: 2.1.3~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93437c8c3f0f9ee5fe42e45f87753aa7c4f7b481;p=apache 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/trunk@153092 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/request.html.en b/docs/manual/developer/request.html.en index e56be5dd92..f4a664d68c 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 eae390f7fe..72d5cf68b0 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'.