iris/core
Kim b4c9e7124a fix macos panic dereferencing when passing a []byte version of certificate or key as cert|keyFileOrContents to iris.TLS()
if len(certFileOrContents) > 1024 the error returned will be Filename too long and os.IsNotExist(err) will be false
2021-08-12 14:03:40 +02:00
..
errgroup fixed code quality issues using DeepSource 2021-01-06 16:36:10 +05:30
handlerconv fix https://github.com/kataras/iris/issues/1713 and add a simple usage example of the 'RemoveHandler' 2021-01-27 01:22:20 +02:00
host fix macos panic dereferencing when passing a []byte version of certificate or key as cert|keyFileOrContents to iris.TLS() 2021-08-12 14:03:40 +02:00
memstore :) 2021-01-09 05:41:20 +02:00
netutil New Context.FormFiles method 2021-06-07 15:33:19 +03:00
router improve Context.Proceed 2021-06-15 00:36:28 +03:00