You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/09/10 09:14:33 UTC

[apisix] branch juzhiyuan-patch-1 updated (77a9fcc -> 4af66a2)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a change to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from 77a9fcc  Merge branch 'master' into juzhiyuan-patch-1
     add 37817e4  chore: add string utility for simplicity and correctness (#2181)
     add 4af66a2  Merge branch 'master' into juzhiyuan-patch-1

No new revisions were added by this update.

Summary of changes:
 apisix/admin/ssl.lua                 |   3 +-
 apisix/core.lua                      |   1 +
 apisix/core/string.lua               |  68 ++++++++++++++++
 apisix/http/router/radixtree_sni.lua |   2 +-
 t/core/string.t                      | 145 +++++++++++++++++++++++++++++++++++
 5 files changed, 216 insertions(+), 3 deletions(-)
 create mode 100644 apisix/core/string.lua
 create mode 100644 t/core/string.t