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
Following discussion in #577, the static file server calls Path::canonicalize in the worker thread. It's not clear if this risks blocking the worker thread enough to matter. There's a tokio::fs::canonicalize which could replace it if it needs to get moved to the I/O worker pool.