Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove env lookup from CheckAppVersion() (#50)
This was needed in an earlier version where I needed to parse http timeout from params to set context deadline appropriately. Now this deadline is inherited from ctx and not params, I can remove the parsing logic from the synchronous section.
- Loading branch information