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 2021/07/22 04:04:48 UTC

[apisix] branch master updated (a461c98 -> a04f364)

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 a461c98  fix(stream): sni router is broken when session reuses (#4607)
     add a04f364  feat: add gzip plugin (#4640)

No new revisions were added by this update.

Summary of changes:
 apisix/plugins/gzip.lua                            | 158 ++++++++
 conf/config-default.yaml                           |   1 +
 docs/en/latest/config.json                         |   1 +
 .../latest/plugins/{client-control.md => gzip.md}  |  48 ++-
 t/admin/plugins.t                                  |   2 +-
 t/debug/debug-mode.t                               |   1 +
 t/lib/server.lua                                   |   2 +-
 t/plugin/gzip.t                                    | 443 +++++++++++++++++++++
 8 files changed, 634 insertions(+), 22 deletions(-)
 create mode 100644 apisix/plugins/gzip.lua
 copy docs/en/latest/plugins/{client-control.md => gzip.md} (62%)
 create mode 100644 t/plugin/gzip.t