Rakshith Ravi
Results
113
comments of
Rakshith Ravi
If not for `Infallible`, what's our other option? Also, what're the reasons a body can fail? Are we talking about network failures when sending data or something else?
In that case I think the only time when we should actually handle errors for `Body` is for upgraded requests (like websockets). If a JSON body is being sent, and...
Maybe we can just do a simple `log::info!()` with a specific target and let the user route that target to wherever they want?