comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 2831:4add6ae1296f

Updated links to datatracker.ietf.org.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 16:26:47 +0300
parents eeed494bba51
children 9eadb98ec770
comparison
equal deleted inserted replaced
2830:419b081fd2fa 2831:4add6ae1296f
673 This has lower priority than using the directive parameters. 673 This has lower priority than using the directive parameters.
674 <list type="bullet" compact="no"> 674 <list type="bullet" compact="no">
675 675
676 <listitem> 676 <listitem>
677 The 677 The
678 “<link url="https://tools.ietf.org/html/rfc5861#section-3">stale-while-revalidate</link>” 678 “<link url="https://datatracker.ietf.org/doc/html/rfc5861#section-3">stale-while-revalidate</link>”
679 extension of the <header>Cache-Control</header> header field permits 679 extension of the <header>Cache-Control</header> header field permits
680 using a stale cached response if it is currently being updated. 680 using a stale cached response if it is currently being updated.
681 </listitem> 681 </listitem>
682 682
683 <listitem> 683 <listitem>
684 The 684 The
685 “<link url="https://tools.ietf.org/html/rfc5861#section-4">stale-if-error</link>” 685 “<link url="https://datatracker.ietf.org/doc/html/rfc5861#section-4">stale-if-error</link>”
686 extension of the <header>Cache-Control</header> header field permits 686 extension of the <header>Cache-Control</header> header field permits
687 using a stale cached response in case of an error. 687 using a stale cached response in case of an error.
688 </listitem> 688 </listitem>
689 689
690 </list> 690 </list>
1096 <tag-name><literal>http_429</literal></tag-name> 1096 <tag-name><literal>http_429</literal></tag-name>
1097 <tag-desc>a server returned a response with the code 429 (1.11.13);</tag-desc> 1097 <tag-desc>a server returned a response with the code 429 (1.11.13);</tag-desc>
1098 1098
1099 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name> 1099 <tag-name id="non_idempotent"><literal>non_idempotent</literal></tag-name>
1100 <tag-desc>normally, requests with a 1100 <tag-desc>normally, requests with a
1101 <link url="https://tools.ietf.org/html/rfc7231#section-4.2.2">non-idempotent</link> 1101 <link url="https://datatracker.ietf.org/doc/html/rfc7231#section-4.2.2">non-idempotent</link>
1102 method 1102 method
1103 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>) 1103 (<literal>POST</literal>, <literal>LOCK</literal>, <literal>PATCH</literal>)
1104 are not passed to the next server 1104 are not passed to the next server
1105 if a request has been sent to an upstream server (1.9.13); 1105 if a request has been sent to an upstream server (1.9.13);
1106 enabling this option explicitly allows retrying such requests; 1106 enabling this option explicitly allows retrying such requests;