Update UpgradeInputStream.java

This commit is contained in:
Josiah Noel 2025-10-10 17:17:36 -04:00 committed by GitHub
parent d383594120
commit ee8b2bcd91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,6 @@ class UpgradeInputStream extends LeftOverInputStream {
if (eof) {
return -1;
}
}
return in.read(b, off, len);
}