diff options
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 |