FU: Less verbose and cryptic error message on write error

This commit is contained in:
Yorhel 2026-01-05 13:20:59 +01:00
parent 48fe393d5f
commit a7e9fa1866
2 changed files with 3 additions and 4 deletions

View file

@ -180,7 +180,6 @@ record 1, 5, "";
isrec {'content-length','0'}, {body => ''};
$remote->close;
ok !eval { $f->flush; 1 };
like $@, qr/write error/;
start;
begin;