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

Add a reset() method in Message #182

Merged
merged 2 commits into from
Mar 29, 2018
Merged

Commits on Aug 1, 2015

  1. add reset() method

    The clear() method is public but its purpose is not explained.
    It does not allow to reuse a message because it removes the header & trailers of a message.
    This reset() method can be used to reuse a message.
    charlesbr1 committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    7dfe7bb View commit details
    Browse the repository at this point in the history
  2. add reset() method

    The clear() method is public but its purpose is not explained.
    It does not allows to reuse a message because it removes the header & trailers content of a message.
    This reset() method can be used to reuse a message.
    charlesbr1 committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    127bf9a View commit details
    Browse the repository at this point in the history