|
|
|
|
|
by the_gipsy
1274 days ago
|
|
That's a very specific case, that could be handled non-trivially. Usually your HTTP framework will already have this implemented, i.e. a panic in a request handler will be "caught", converted to some 500 response, and should not affect other requests. |
|