fix ini configuration default values (#4250)

This commit is contained in:
fatedier
2024-05-30 10:36:30 +08:00
committed by GitHub
parent e680acf42d
commit 77990c31ef
3 changed files with 17 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
### Fixes
* Fixed an issue where HTTP/2 was not enabled for https2http and https2https plugins.
* Fixed the issue where the default values of INI configuration parameters are inconsistent with other configuration formats.
### Changes