Skip to content

Conversation

@etr
Copy link
Owner

@etr etr commented Jul 1, 2024

Identify the Bug

The post processor was breaking up large post fields into multiple values as if provided separately.

Description of the Change

Now the post processor checks for the offset value. If there is an offset, the value must be a part of a large post field and not an independent repeated value. In this case, we just append to the latest value for the specified argument.

Alternate Designs

None

Possible Drawbacks

None

Verification Process

Added new integration tests.

Release Notes

Fixed the post processor that was breaking up large post fields into multiple values as if provided separately.

@etr etr self-assigned this Jul 1, 2024
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