You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/07/01 01:50:16 UTC

[apisix] branch master updated (d4c7fbb -> ba71a29)

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

tokers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from d4c7fbb  fix: modify the value of HOMEBREW_PREFIX in Makefile (#4507)
     add ba71a29  feat: allow setting separate keepalive pool (#4506)

No new revisions were added by this update.

Summary of changes:
 apisix/balancer.lua              |  32 +++++-
 apisix/cli/ngx_tpl.lua           |  15 ++-
 apisix/schema_def.lua            |  20 ++++
 docs/en/latest/admin-api.md      |   7 ++
 docs/zh/latest/admin-api.md      |   7 ++
 t/APISIX.pm                      |   6 +-
 t/node/upstream-keepalive-pool.t | 217 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 296 insertions(+), 8 deletions(-)
 create mode 100644 t/node/upstream-keepalive-pool.t