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
Asking crow to respond to a static file request using crow::response::set_static_file_info causes an uncaught std::out_of_range exception if the file's extension is not one crow knows about (i.e. not in crow::mime_types).