Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix thread safety error with handlers
`process` sets instance variables that get used in the hander so handler instances can not be shared across requests.
- Loading branch information