We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a90242 commit e999bd7Copy full SHA for e999bd7
1 file changed
BencodeNET/IO/PipeBencodeReader.cs
@@ -71,6 +71,7 @@ private char ReadCharConsume(in ReadOnlySequence<byte> buffer, bool peek)
71
{
72
if (buffer.IsEmpty)
73
74
+ // TODO: Add IsCompleted check?
75
_endOfStream = true;
76
return default;
77
}
0 commit comments