]> Sergey Matveev's repositories - btrtrc.git/commit
Remove ClientConfig.ProxyURL and DefaultHTTPUserAgent v1.14.0
authorMatt Joiner <anacrolix@gmail.com>
Thu, 20 Feb 2020 06:04:11 +0000 (17:04 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 20 Feb 2020 06:04:11 +0000 (17:04 +1100)
commit71f18f1042752127c27e1247cfe207e215912db2
treee4b2525f8a6e798601d22570c65f66f3f178a4dc
parent3505d126d44ab13f8d9f534f20c5e1ce12a1f1fe
Remove ClientConfig.ProxyURL and DefaultHTTPUserAgent

ProxyURL is no longer used for implicit sockets, this will ensure consumers are aware. It's other behaviour is already more correct specified through HTTPProxy.

DefaultHTTPUserAgent was vestigial, and is specified now through the ClientConfig.
client.go
config.go