Images 💾

Last commit ⭐

commit 69e8216f2c5310ca68409ecaf501266da43f14ba
Author:     Timothy Flynn <trflynn89@pm.me>
AuthorDate: Tue Apr 4 16:12:42 2023 -0400
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Tue Apr 4 22:41:20 2023 +0100

    LibWeb: Do not use OS error codes in the error callback for file:// URLs
    
    The error code passed here is expected to be an HTTP error code. Passing
    errno codes does not make sense in that context.