Fix comment for clarity

This commit is contained in:
Ilia Ross
2025-06-27 04:01:15 +03:00
parent b59bdc4f1a
commit a223243db4

View File

@@ -3262,7 +3262,8 @@ while(($idx = index($main::read_buffer, "\n")) < 0) {
}
else {
# Expected output from Net::SSLeay::read is empty string
# before version 1.93, which now hangs indefinitely
# in non-SSL mode before version 1.93, which now just
# hangs indefinitely
$more = '';
}
}