mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-12 11:51:30 +00:00
Do not yield data to discard
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user