iris/core/host
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
..
interrupt.go version 12.1.5 2020-02-02 16:29:06 +02:00
proxy_test.go godoc: minor 2021-04-22 11:52:25 +03:00
proxy.go godoc: minor 2021-04-22 11:52:25 +03:00
supervisor_task_example_test.go :) 2021-01-09 05:41:20 +02:00
supervisor_test.go re-add the mutex on sessions.LifeTime 2020-08-12 07:48:45 +03:00
supervisor.go 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
task.go add Iris + Serverless example link 2020-08-23 17:55:29 +03:00