Commit 6b51317
Fix extra chunks being sent for large chunks
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 #1501 parent 3e0c6f1 commit 6b51317
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
753 | 758 | | |
754 | 759 | | |
755 | 760 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments