1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

breaking change: remove static field context.DefaultMaxMemory and replace it with a better configurable option inside the main configuration, this makes things clear and it allows users to prevent any unwanted client behavior without digging into the framework's internals

Former-commit-id: 875afd32acfab8abdea15ce9be2ad384eb6bad5e
This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-12-27 20:42:46 +02:00
parent 6254ade603
commit 90c825efc8
5 changed files with 124 additions and 35 deletions

2
doc.go
View File

@@ -1569,7 +1569,7 @@ for this controller, uncomment these if you want:
func (c *ExampleController) Options() {}
func (c *ExampleController) Trace() {}
*/
//
/*
func (c *ExampleController) All() {}
// OR