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

Always send command keys in their original order #209

Merged
merged 1 commit into from
Jan 7, 2019
Merged

Always send command keys in their original order #209

merged 1 commit into from
Jan 7, 2019

Commits on Jan 7, 2019

  1. Always send command keys in their original order

    Some commands are sensitive to the order of their key arguments so
    revise the previous code to explicitly build a list of prefixed keys
    and a dictionary of remapped keys. This generalization also lets us
    remove command-specific checks from this code path.
    
    The list of prefixed keys is used to build the command string
    (preserving order).
    
    The dictionary of remapped keys is used to map the prefixed keys from
    the response to the key names that were originally provided to the
    client.
    jparise committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    9775769 View commit details
    Browse the repository at this point in the history