# HG changeset patch # User Yaroslav Zhuravlev # Date 1666351228 -3600 # Node ID 843bf979dcaabc2955ab31a838b8f6fdd5a489fd # Parent 9719a0184a670bfcaf88e44d20b05e9f4250b2cf Added s.sendDownstream and s.sendUpstream to njs reference. diff -r 9719a0184a67 -r 843bf979dcaa xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml Fri Oct 21 12:19:07 2022 +0100 +++ b/xml/en/docs/njs/reference.xml Fri Oct 21 12:20:28 2022 +0100 @@ -9,7 +9,7 @@
+ rev="91">
@@ -819,6 +819,20 @@ The method can be called multiple times per callback invocation. +s.sendDownstream() + +is identical to s.send(), +except for it always sends data to a client +(since 0.7.8). + + +s.sendUpstream() + +is identical to s.send(), +except for it always sends data from a client +(since 0.7.8). + + s.status session status code, an alias to the