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

Fix sid for split messages #83

Merged
merged 1 commit into from
Apr 8, 2015
Merged

Fix sid for split messages #83

merged 1 commit into from
Apr 8, 2015

Conversation

olegshaldybin
Copy link
Collaborator

When message is split we need to copy message arguments to avoid
rewriting them with new message. Subject, reply and size were correctly
copied by sid wasn't. That led to dropping some messages in clustered
mode if they were split, and the second part was long enough to overwrite
sid in the original buffer.

When message is split we need to copy message arguments to avoid
rewriting them with new message. Subject, reply and size were correctly
copied by sid wasn't. That led to dropping some messages in clustered
mode if they were split, and the second part was long enough to overwrite
sid in the original buffer.
@olegshaldybin
Copy link
Collaborator Author

@derekcollison @krobertson

olegshaldybin added a commit that referenced this pull request Apr 8, 2015
@olegshaldybin olegshaldybin merged commit b6dc547 into master Apr 8, 2015
@olegshaldybin olegshaldybin deleted the fix-split-msg branch April 8, 2015 16:14
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