Skip to content

Make the separator in Message::toString an argument #752

Description

@cacharle

int bodyLengthFieldContrib = sumAsciiDigits(bodyLengthField) + '=' + sumAsciiDigits(bodyLength) + '\001';

A separator parameter to toString could be added with a default value of \001.

This would be handy for debugging/logging since I often find myself replacing \001 by | after calling this member function.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions