Skip to content
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

#40: Support splitting incoming requests into multiple messages #42

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

51-code
Copy link

@51-code 51-code commented Apr 30, 2024

New messages are split into multiple messages if the split regex defined in config matches parts of the message body.

The split regex is a newline character (\n) by default.

@51-code 51-code added the enhancement New feature or request label Apr 30, 2024
@51-code 51-code requested a review from kortemik April 30, 2024 09:27
@51-code 51-code self-assigned this Apr 30, 2024
@CLAassistant
Copy link

CLAassistant commented Apr 30, 2024

CLA assistant check
All committers have signed the CLA.

@kortemik kortemik merged commit d1249d8 into teragrep:main Apr 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants