You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/01/14 03:00:55 UTC

[apisix] branch master updated (7a31ec7 -> 5428972)

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

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


    from 7a31ec7  fix: upgrade jsonschema to 0.9.6 (#6091)
     add 5428972  feat: set proxy_request_buffering dynamically (#6075)

No new revisions were added by this update.

Summary of changes:
 .../{client-control.lua => proxy-control.lua}      |  32 +++----
 conf/config-default.yaml                           |   1 +
 docs/en/latest/config.json                         |   1 +
 .../{client-control.md => proxy-control.md}        |  29 ++----
 t/admin/plugins.t                                  |   1 +
 t/plugin/{client-control.t => proxy-control.t}     | 105 +++++----------------
 6 files changed, 50 insertions(+), 119 deletions(-)
 copy apisix/plugins/{client-control.lua => proxy-control.lua} (66%)
 copy docs/en/latest/plugins/{client-control.md => proxy-control.md} (80%)
 copy t/plugin/{client-control.t => proxy-control.t} (63%)