We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
signum()
1 parent b4c6bd2 commit eb4715dCopy full SHA for eb4715d
lib/ngx/pipe.md
@@ -283,6 +283,11 @@ Sends a signal to the sub-process.
283
Note that the `signum` argument should be signal's numerical value. If the
284
specified `signum` is not a number, an error will be thrown.
285
286
+You should use [lua-resty-signal's signum()
287
+function](https://github.com/openresty/lua-resty-signal#signum) to convert
288
+signal names to signal numbers in order to ensure portability of your
289
+application.
290
+
291
In case of success, this method returns `true`. Otherwise, it returns `nil` and
292
a string describing the error.
293
0 commit comments