mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 753701 - register new HTTP handler prior to any do_check_foo testing; r=taras
This commit is contained in:
parent
13b5c8c03f
commit
bda6701c4e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user