issues
search
forcedotcom
/
Salesforce-CDP-jdbc
JDBC driver to connect to Salesforce CDP.
Apache License 2.0
32
stars
29
forks
source link
Add support to disable SocksProxy
#53
Closed
munendrasn
closed
3 years ago
munendrasn
commented
3 years ago
Upgrade Okhttp to 4.8.1 from 4.7.2 (reduces contention in case of concurrent requests)
Use OkHttp client for any downstream communication
Add support to disable SocksProxy. When
disableSocksProxy
is
true
then, Plain Socket implementation is used
Add wrapper for SocketFactory and ProxySelector
NOTE:
I have included additional logs which should be removed later.
disableSocksProxy
istrue
then, Plain Socket implementation is usedNOTE: