mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-11 03:04:44 +00:00
@@ -235,7 +235,7 @@ export default {
|
||||
8) | await reader.readByte();
|
||||
}
|
||||
}
|
||||
if (packet_length >= 0) {
|
||||
if (packet_length > 0) {
|
||||
let bytesRead = 0;
|
||||
while (true) {
|
||||
if (writer) await writer.ready;
|
||||
|
||||
Reference in New Issue
Block a user