summaryrefslogtreecommitdiff
path: root/client/changes/feature_add-pool-of-http-https-connections
AgeCommit message (Collapse)Author
2015-05-25[feature] add pool of http/https connectionsdrebs
Instead of opening one TCP connection for each HTTP request, we want to reuse connections. Also, we need to be able to verify SSL certificates. This commit implements both features in the twisted http client sync.