mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1099472 - nspr log argument mismatch h2::recvpushpromise r=hurley
This commit is contained in:
parent
625a8cb7c4
commit
577e99f525
@ -1636,7 +1636,7 @@ Http2Session::RecvPushPromise(Http2Session *self)
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
rv = Http2Stream::MakeOriginURL(pushedStream->Origin(), pushedURL);
|
||||
}
|
||||
LOG3(("Http2Session::RecvPushPromise %p checking %s == %s",
|
||||
LOG3(("Http2Session::RecvPushPromise %p checking %s == %s", self,
|
||||
associatedStream->Origin().get(), pushedStream->Origin().get()));
|
||||
bool match = false;
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
|
Loading…
Reference in New Issue
Block a user