Skip to content

Reorder key-values in meta header to match other clients #334

Closed
@sethmlarson

Description

@sethmlarson

In the getClientMeta function the order of key-value pairs is es, jv, hl, t. However the header value should be ordered with es, jv, and t as the first 3 keys.

  • Current: es=X,jv=X,hl=2,t=X,...
  • Proposed: es=X,jv=X,t=X,hl=2,...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions