We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace3289 commit ea47b63Copy full SHA for ea47b63
google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpTransport.java
@@ -130,7 +130,7 @@ public NetHttpTransport() {
130
131
private ConnectionFactory getConnectionFactory(ConnectionFactory connectionFactory) {
132
if (connectionFactory == null) {
133
- if (System.getProperties().getProperty("com.api.client.should_use_proxy") != null) {
+ if (System.getProperties().getProperty("com.google.api.client.should_use_proxy") != null) {
134
return new DefaultConnectionFactory(defaultProxy());
135
}
136
return new DefaultConnectionFactory();
0 commit comments