Bug 1868802: add `this` pointer to `nsHttpHandler::NotifyObservers`'s logging. r...
commit3f31d5b3f495534328ef1bd197ba100e3487b815
authorMirko Brodesser <mbrodesser@igalia.com>
Mon, 11 Dec 2023 08:18:14 +0000 (11 08:18 +0000)
committerMirko Brodesser <mbrodesser@igalia.com>
Mon, 11 Dec 2023 08:18:14 +0000 (11 08:18 +0000)
tree8e708b8c7f18877ef97ccd60c5f11fbdfbc20cf0
parent6fc60aa5553ec3fa70a1c9c6d389653f7bafddee
Bug 1868802: add `this` pointer to `nsHttpHandler::NotifyObservers`'s logging. r=necko-reviewers,jesup

Required for supporting logan (https://github.com/mozilla-necko/logan).
This allows connecting the corresponding log message to an instance of
`nsHttpHandler`.

Differential Revision: https://phabricator.services.mozilla.com/D195789
netwerk/protocol/http/nsHttpHandler.cpp