Skip to content

Commit

Permalink
Reorder key-values in meta header to match other clients #334 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-Khachane authored Apr 20, 2023
1 parent b547e3a commit 356bdf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ private static String getClientMeta() {
+ metaVersion
+ ",jv="
+ System.getProperty("java.specification.version")
+ ",hl=2"
+ ",t="
+ metaVersion
+ ",hl=2"
+ ",hc="
+ (httpClientVersion == null ? "" : httpClientVersion.getRelease())
+ LanguageRuntimeVersions.getRuntimeMetadata();
Expand Down

0 comments on commit 356bdf8

Please sign in to comment.