Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(service): add note about error handling in Service trait (#3659)
The Service trait now includes a note about the behavior of returning an Error to a hyper server, which can cause the connection to be abruptly aborted depending on the protocol. This information is important for developers working with hyper servers.
- Loading branch information