2020-07-15 17:32:39 +08:00
### What this PR does / why we need it:
<!-- - Why is this change required? What problem does it solve? -->
<!-- - If it fixes an open issue, please link to the issue here. -->
2019-09-18 11:47:11 +08:00
2020-07-15 17:32:39 +08:00
### Pre-submission checklist:
2019-09-18 11:47:11 +08:00
2021-11-01 10:28:18 +08:00
<!--
Please follow the requirements:
1. Use Draft if the PR is not ready to be reviewed
2. Test is required for the feat/fix PR, unless you have a good reason
3. Doc is required for the feat PR
4. Use a new commit to resolve review instead of `push -f`
2021-12-15 13:58:00 +08:00
5. If you need to resolve merge conflicts after the PR is reviewed, please merge master but do not rebase
6. Use "request review" to notify the reviewer once you have resolved the review
2021-11-01 10:28:18 +08:00
-->
2020-07-14 11:06:24 +08:00
* [ ] Did you explain what problem does this PR solve? Or what new features have been added?
* [ ] Have you added corresponding test cases?
* [ ] Have you modified the corresponding document?
2020-11-25 19:23:05 +08:00
* [ ] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) first**