You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consumers are no longer tied to hyper::Error. We map their error into a hyper::Error::Io using ErrorKind::Other. This is temporary until the following issue is resolved in hyper 0.12: hyperium/hyper#1128
Handler functions should generally send 5xx error responses and return Ok
Error type is currently hyper::Error, and as things stand upstream this is hard to move off of.
But we need to generalize this, and we need to do so in such a way that consumers of pemmican can extend the error type.
The text was updated successfully, but these errors were encountered: