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:
Michael Comella 2016-02-01 13:25:40 -08:00
Родитель b19abd5e4d
Коммит b26dff94c1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ public class TelemetryPingGenerator {
appName + '/' +
appVersion + '/' +
appUpdateChannel + '/' +
appBuildId + '/';
appBuildId;
}
/**