Files
notedeck/crates
Claude 27ca042ac3 Fix URL parsing error for invalid URLs
Prevent HTTP fetch attempts on invalid URLs (e.g., relative URLs without
a base) by returning early after caching them. This eliminates the error:
"failed ehttp for UrlMimes: Bad URL: failed to parse URL: RelativeUrlWithoutBase"

The fix ensures invalid URLs are cached with a never-expire timestamp and
the function returns immediately, avoiding unnecessary HTTP requests and
error logs.
2025-11-15 10:01:47 +00:00
..
2025-11-06 21:36:06 -08:00
2025-11-04 14:53:10 -08:00
2025-04-21 13:16:18 -07:00