diff options
author | Rich Bowen <rbowen@apache.org> | 2009-11-17 03:52:53 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2009-11-17 03:52:53 +0100 |
commit | 98577e7f384b0ef07b09d6f28490fdadd8a0a1f1 (patch) | |
tree | bd5287e8d4f031f37fb64a65a6454c6422b74366 /docs/manual/misc/perf-tuning.html.en | |
parent | Moves the last of the rules from the monolithic rewrite_guide into (diff) | |
download | apache2-98577e7f384b0ef07b09d6f28490fdadd8a0a1f1.tar.xz apache2-98577e7f384b0ef07b09d6f28490fdadd8a0a1f1.zip |
Remove references to the now-gone rewrite-guide.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/misc/perf-tuning.html.en')
-rw-r--r-- | docs/manual/misc/perf-tuning.html.en | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index 7bfb1477b3..4782b876ea 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -795,9 +795,7 @@ an HTTP server to <strong>reliably</strong> implement the protocol it needs to shutdown each direction of the communication independently (recall that a TCP connection is - bi-directional, each half is independent of the other). This - fact is often overlooked by other servers, but is correctly - implemented in Apache as of 1.2.</p> + bi-directional, each half is independent of the other).</p> <p>When this feature was added to Apache it caused a flurry of problems on various versions of Unix because of a |