am 8a2ac41d: am 29c0c3be: am c3f5d718: Merge "Fix null handling in proxies." into lmp-dev automerge: 90ed95f
* commit '8a2ac41dcfa0ec10c09a7599d9345798c21cd47d': Fix null handling in proxies.
This commit is contained in:
@@ -122,8 +122,10 @@ public class IpConfigStore {
|
|||||||
out.writeUTF(proxyProperties.getHost());
|
out.writeUTF(proxyProperties.getHost());
|
||||||
out.writeUTF(PROXY_PORT_KEY);
|
out.writeUTF(PROXY_PORT_KEY);
|
||||||
out.writeInt(proxyProperties.getPort());
|
out.writeInt(proxyProperties.getPort());
|
||||||
|
if (exclusionList != null) {
|
||||||
out.writeUTF(EXCLUSION_LIST_KEY);
|
out.writeUTF(EXCLUSION_LIST_KEY);
|
||||||
out.writeUTF(exclusionList);
|
out.writeUTF(exclusionList);
|
||||||
|
}
|
||||||
written = true;
|
written = true;
|
||||||
break;
|
break;
|
||||||
case PAC:
|
case PAC:
|
||||||
|
|||||||
Reference in New Issue
Block a user