diff xml/en/docs/njs/reference.xml @ 2525:6ce28e0beec0

Updated description of r.internalRedirect in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 15 Apr 2020 13:51:26 +0100
parents 827a6d7fe108
children 423d813dc8bb
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml
+++ b/xml/en/docs/njs/reference.xml
@@ -9,7 +9,7 @@
 <article name="Reference"
         link="/en/docs/njs/reference.html"
         lang="en"
-        rev="37">
+        rev="38">
 
 <section id="summary">
 
@@ -97,6 +97,7 @@ on the <literal>info</literal> level of 
 performs an internal redirect to the specified <literal>uri</literal>.
 If the uri starts with the “<literal>@</literal>” prefix,
 it is considered a named location.
+The actual redirect happens after the handler execution is completed.
 </tag-desc>
 
 <tag-name><literal>r.method</literal></tag-name>