Closed julienw closed 3 years ago
STR:
mozilla::net::nsHttpChannel::OnStopRequest
mURI.mRawPtr->mSpec
mURI->mSpec
This is implemented in https://searchfox.org/mozilla-central/rev/4e87b5392eafe1f1d49017e76f7317b06ec0b1d8/netwerk/base/nsBaseChannel.h#291
This will be fixed on our next deployment.
STR:
mozilla::net::nsHttpChannel::OnStopRequest
mURI.mRawPtr->mSpec
=> this worksmURI->mSpec
=> this doesn't workThis is implemented in https://searchfox.org/mozilla-central/rev/4e87b5392eafe1f1d49017e76f7317b06ec0b1d8/netwerk/base/nsBaseChannel.h#291