From: Luca Toscano
Date: Mon, 8 Jan 2018 10:17:23 +0000 (+0000)
Subject: Documentation rebuild
X-Git-Tag: 2.5.0-alpha2-ci-test-only~2990
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2517702bcbaa6e5257aac1111a577aaddb987d5;p=thirdparty%2Fapache%2Fhttpd.git
Documentation rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820540 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en
index c13baa64c30..23dd8ea201d 100644
--- a/docs/manual/mod/event.html.en
+++ b/docs/manual/mod/event.html.en
@@ -136,8 +136,11 @@ of the AsyncRequestWorkerFactor.
sockets and they can be re-used to serve other requests.
Closing
- Sometimes the MPM needs to perform a lingering close, namely sending back an early error to the client while it is still transmitting data to httpd. Sending the response and then closing the connection immediately is not the correct thing to do since the client (still trying to send the rest of the request) would get a connection reset and could not read the httpd's response. So in such cases, httpd tries to read the rest of the request to allow the client to consume the response. The lingering close is time bounded but it can take relatively long time, so a worker thread can offload this work to the listener. From 2.4.28 onward
- the listener does not perform the lingering close anymore but it offloads the job to the first worker available.
+ Sometimes the MPM needs to perform a lingering close, namely sending back an early error to the client while it is still transmitting data to httpd.
+ Sending the response and then closing the connection immediately is not the correct thing to do since the client (still trying to send the rest of the
+ request) would get a connection reset and could not read the httpd's response. The lingering close is time bounded but it can take relatively long
+ time, so it's offloaded to a worker thread (including the shutdown hooks and real socket close). From 2.4.28 onward this is also the
+ case when connections finally timeout (the listener thread never handles connections besides waiting for and dispatching their events).
diff --git a/docs/manual/mod/event.xml.es b/docs/manual/mod/event.xml.es
index 09fe06a307c..e957e7abfbe 100644
--- a/docs/manual/mod/event.xml.es
+++ b/docs/manual/mod/event.xml.es
@@ -1,7 +1,7 @@
-
+
+
diff --git a/docs/manual/mod/event.xml.meta b/docs/manual/mod/event.xml.meta
index c097d9799d0..38a7b23e33f 100644
--- a/docs/manual/mod/event.xml.meta
+++ b/docs/manual/mod/event.xml.meta
@@ -9,6 +9,6 @@
en
es
- fr
+ fr