mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 898202 - [B2G][MMS]Unable to send/receive MMS using AT&T or prepaid T-Mobile SIMs. r=vyang
This commit is contained in:
parent
387b09468e
commit
d5c6625f0b
@ -287,6 +287,11 @@ XPCOMUtils.defineLazyGetter(this, "gMmsConnection", function () {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.port) {
|
||||
this.port = 80;
|
||||
if (DEBUG) debug("updateProxyInfo: port is 0. Set to defult port 80.");
|
||||
}
|
||||
|
||||
this.proxyInfo =
|
||||
gpps.newProxyInfo("http", this.proxy, this.port,
|
||||
Ci.nsIProxyInfo.TRANSPARENT_PROXY_RESOLVES_HOST,
|
||||
|
Loading…
Reference in New Issue
Block a user