splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
687 stars 369 forks source link

Fix extra chunks being sent for large chunks #299

Closed aij closed 4 years ago

aij commented 4 years ago

Previously, when an external command used the SCPv2 (chunked=true) protocol via splunklib and returned with 50,000 or more rows for one chunk, it would send two replies intead of one. This caused the external command to get out of sync, sending chunk replies before reading the corresponding request.

Fixes #150

shakeelmohamed commented 4 years ago

Replaced by #301