Closed chapa closed 4 years ago
Hi @chapa and thanks for opening this issue. It's an oversight and shouldn't panic in this case. It should be the user who decides if they want to panic or not.
You're welcome ! I've done some digging and I think I can fix the problem, do you want me to open a PR ?
Yes, I'd like too.
Hello,
When we try to make requests on a shutdown server, the program panic at the second call. Strangely, the first call works well (returns an
Err
) but not the second.Here is an example :
And the execution output :
I expected to get an
Err
on each requests, am I misunderstanding something ?Thank you !