зеркало из https://github.com/mozilla/gecko-dev.git
Bug 753701 - register new HTTP handler prior to any do_check_foo testing; r=taras
This commit is contained in:
Родитель
3a79e97460
Коммит
47caf960c7
|
@ -145,8 +145,8 @@ function checkPayloadInfo(payload, reason) {
|
|||
function checkPersistedHistograms(request, response) {
|
||||
let payload = decodeRequestPayload(request);
|
||||
|
||||
checkPayloadInfo(payload, "saved-session");
|
||||
httpserver.registerPathHandler(PATH, checkHistograms);
|
||||
checkPayloadInfo(payload, "saved-session");
|
||||
}
|
||||
|
||||
function checkHistograms(request, response) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче