зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1244859 - Remove trailing slash in telemetry urls. r=mfinkle r=mfinkle
It was not to-spec (though it doesn't appear to have an effect on how the server reads the data). --HG-- extra : commitid : HCMuUF8yNPG extra : rebase_source : 47f4daeefd21d1524a6a814d0500ae5621a68dcd
This commit is contained in:
Родитель
b19abd5e4d
Коммит
b26dff94c1
|
@ -51,7 +51,7 @@ public class TelemetryPingGenerator {
|
|||
appName + '/' +
|
||||
appVersion + '/' +
|
||||
appUpdateChannel + '/' +
|
||||
appBuildId + '/';
|
||||
appBuildId;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче