1
0
mirror of https://github.com/kataras/iris.git synced 2026-03-06 08:25:59 +00:00
Former-commit-id: 37fb93250c2ed48fcadb550d1444c77e4a89bce8
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-10-03 04:54:46 +03:00
parent bd8721000a
commit c6a3b47573
2 changed files with 224 additions and 0 deletions

View File

@@ -534,6 +534,10 @@ func WithConfiguration(c Configuration) Configurator {
main.DisableInterruptHandler = v
}
if v := c.DisableVersionChecker; v {
main.DisableVersionChecker = v
}
if v := c.DisablePathCorrection; v {
main.DisablePathCorrection = v
}