You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See more complicated examples in the [https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ssl.md ngx.ssl]
2204
2204
Lua module's official documentation.
2205
2205
2206
-
Uncaught Lua exceptions in the user Lua code immediately abort the current SSL session, so does the
2207
-
[[#ngx.exit|ngx.exit]] call with an error code like <code>ngx.ERROR</code>.
2206
+
Uncaught Lua exceptions in the user Lua code immediately abort the current SSL session, so does return call with an error code like <code>ngx.ERROR</code>.
2208
2207
2209
2208
This Lua code execution context *does not* support yielding, so Lua APIs that may yield
0 commit comments