Validate: remove a level of indirection

This commit is contained in:
Yorhel 2025-03-14 06:50:49 +01:00
parent 9685287523
commit 64a105e013
3 changed files with 56 additions and 56 deletions

View file

@ -806,7 +806,7 @@ error if something went wrong.
It is possible to close a read-copy operation before all data has been
consumed, but that causes all data to still be read and discarded during
C<close()>. If you really want to interrupt a large read operation, a more
efficient approach is to call C<< $conn->close >> and discard the entire
efficient approach is to call C<< $conn->disconnect >> and discard the entire
connection.
It is not I<necessary> to call this method, simply letting the C<$copy> object