Closed
Description
docs.rs/src/storage/database.rs
Line 37 in 9da04c0
NULL
if the file is too big. But blob.content
is a Vec
, not an Option<Vec>
. So docs.rs/src/storage/database.rs
Line 65 in 9da04c0
Fortunately, the database backend isn't used in prod, but this is something to be aware of when self-hosting or running tests.
This was caught while working on #874.