ServeDir::try_call
does not propagate result as documented
#412
Labels
C-bug
Category: This is a bug.
ServeDir::try_call
does not propagate result as documented
#412
Bug Report
Version
tower-http v0.4.4
Platform
All
Description
When using
ServeDir::try_call
to request a path that does not exist, it returnsOk(404)
instead of anErr
Expected:
Actual:
The text was updated successfully, but these errors were encountered: