Skip to content

Fix extra chunks being sent for large chunks #299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

aij
Copy link
Contributor

@aij aij commented Jan 13, 2020

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

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 splunk#150
@aij aij force-pushed the bugfix/DVPL-6821 branch from 2e9bbb9 to c780fb9 Compare January 16, 2020 19:07
@shakeelmohamed
Copy link
Contributor

Replaced by #301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants