This repository has been archived by the owner on Dec 20, 2022. It is now read-only.
v2.1.3: [patch] prevent crashing from panic (#71)
prevent crashing due to panic: Header called after Handler finished
- add recover to capture panic from webhook library
- add recover to capture panic from handler in main go routine