negtelnetserver.py will

This commit is contained in:
Viktor Szakats 2026-07-28 23:45:23 +02:00
parent facaa2e270
commit 844bcb5f05
No known key found for this signature in database

View file

@ -126,7 +126,7 @@ class Negotiator:
"""
buffer = bytearray()
# If we keep receiving negotiation sequences, we will not fill the buffer.
# If we keep receiving negotiation sequences, we do not fill the buffer.
# Keep looping while we can, and until we have something to give back
# to the caller.
while len(buffer) == 0: