Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(server): remove unneeded Send + Sync from Server
Http and Server placed Send + Sync bounds on NewService implementations which were not actually required given tokio's event loop model. Remove them to reduce limitations on end users of hyper.
- Loading branch information