2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-15 16:17:40 +00:00

Do not yield data to discard

This commit is contained in:
Jarrod Johnson
2017-02-10 11:37:56 -05:00
parent ffbe1ab156
commit 583e3474ac
-1
View File
@@ -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}