mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
negtelnetserver.py will
This commit is contained in:
parent
facaa2e270
commit
844bcb5f05
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue