From: Jeff Trawick 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'.