comparison xml/en/docs/faq/accept_failed.xml @ 198:ec4626d04879

- Bulk commit following discussion in devrep
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 16:31:50 +0000
parents aafe530e7d6f
children e58be01b1f4a
comparison
equal deleted inserted replaced
197:241c9db1f3f4 198:ec4626d04879
1 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 1 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
2 2
3 <article name="What does the following error mean: 3 <article name="What does the following error mean:
4 accept() failed (53: Software caused connection abort) 4 accept() failed (53: Software caused connection abort)
5 while accepting new connection on 0.0.0.0:80 ?" 5 while accepting new connection on 0.0.0.0:80?"
6 link="/en/docs/faq/accept_failed.html" 6 link="/en/docs/faq/accept_failed.html"
7 lang="en"> 7 lang="en">
8 8
9 <section> 9 <section>
10 10
22 <para> 22 <para>
23 <initial>A:</initial> 23 <initial>A:</initial>
24 Such errors stem from the connections that the clients managed 24 Such errors stem from the connections that the clients managed
25 to close before nginx was able to process them. For instance, this can 25 to close before nginx was able to process them. For instance, this can
26 happen in a situation when the user didn't wait for a page 26 happen in a situation when the user didn't wait for a page
27 heavily populated with graphics to load fully, and clicked on 27 heavily populated with images to load fully, and clicked on a
28 a different link. In this case user's browser would close all of 28 different link. In this case user's browser would close all of
29 the prior connections which aren't longer necessary. It is a non-critical 29 the prior connections which aren't longer necessary.
30 error. 30 It is a non-critical error.
31 </para> 31 </para>
32 32
33 </section> 33 </section>
34 34
35 </article> 35 </article>