mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Do not yield data to discard
This commit is contained in:
parent
ffbe1ab156
commit
583e3474ac
@ -234,7 +234,6 @@ def send_request(operation, path, server, parameters=None):
|
||||
# their unused data
|
||||
result = tlvdata.recv(server)
|
||||
while '_requestdone' not in result:
|
||||
yield result
|
||||
result = tlvdata.recv(server)
|
||||
inflight = True
|
||||
payload = {'operation': operation, 'path': path}
|
||||
|
Loading…
Reference in New Issue
Block a user