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

Refactor Connection._send_message in terms of _send_frame to avoid code duplication #915

Merged
merged 2 commits into from Jan 31, 2018

Commits on Jan 31, 2018

  1. # This is a combination of 2 commits.

    # This is the 1st commit message:
    
    Refactor Connection._send_message in terms of Connection._send_frame to avoid
    code duplication. Also, remove default content arg value since implementation
    assumes content is a sequence.
    
    # This is the commit message #2:
    
    Use xrange instead of range
    Vitaly Kruglikov authored and lukebakken committed Jan 31, 2018
    Copy the full SHA
    604f112 View commit details
    Browse the repository at this point in the history
  2. Test fix

    lukebakken committed Jan 31, 2018
    Copy the full SHA
    930d8bc View commit details
    Browse the repository at this point in the history