Commit 03f27f9
committed
Update openresty addon
Signed-off-by: lxl66566 <[email protected]>1 parent 63a74e0 commit 03f27f9
1 file changed
+1
-1
lines changed- library/ngx.lua+89-33
- library/ngx/balancer.lua+19-5
- library/ngx/base64.lua+5-3
- library/ngx/errlog.lua+5-3
- library/ngx/ocsp.lua+5-3
- library/ngx/pipe.lua+6-5
- library/ngx/process.lua+10-8
- library/ngx/re.lua+5-3
- library/ngx/req.lua+4-2
- library/ngx/resp.lua+4-2
- library/ngx/semaphore.lua+5-4
- library/ngx/ssl.lua+155-19
- library/ngx/ssl/clienthello.lua+19-3
- library/ngx/ssl/session.lua+4-2
- library/ngx/upstream.lua+6
- library/resty/aes.lua+12-10
- library/resty/core.lua+7-3
- library/resty/core/base.lua+26-23
- library/resty/core/base64.lua+7-3
- library/resty/core/ctx.lua+7-4
- library/resty/core/exit.lua+7-3
- library/resty/core/hash.lua+7-3
- library/resty/core/misc.lua+10-5
- library/resty/core/ndk.lua+7-3
- library/resty/core/phase.lua+7-3
- library/resty/core/regex.lua+2
- library/resty/core/request.lua+7-4
- library/resty/core/response.lua+13-4
- library/resty/core/shdict.lua+7-3
- library/resty/core/time.lua+26-3
- library/resty/core/uri.lua+7-3
- library/resty/core/utils.lua+8-4
- library/resty/core/var.lua+7-3
- library/resty/core/worker.lua+7-3
- library/resty/dns/resolver.lua+78-84
- library/resty/random.lua+2-2
- library/resty/shell.lua+5-4
- library/resty/signal.lua+4-3
- library/resty/upload.lua+29-6
- library/resty/upstream/healthcheck.lua+76-5
- library/resty/websocket/client.lua+80-10
- library/resty/websocket/protocol.lua+26-23
- library/resty/websocket/server.lua+15-4
- library/tablepool.lua+6
0 commit comments