summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-05-25 11:46:24 -0300
committerdrebs <drebs@leap.se>2015-05-25 13:49:28 -0300
commit31757168f6ad243ec83ba52b2e022298ba08f8d1 (patch)
treebf46db202f085f268788716d5015554fd761b59a /client/changes
parent478dd0eba5129e2e68c85b7b93561bf9f9de2f19 (diff)
[feature] add pool of http/https connections
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.
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/feature_add-pool-of-http-https-connections2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/changes/feature_add-pool-of-http-https-connections b/client/changes/feature_add-pool-of-http-https-connections
new file mode 100644
index 00000000..7ff2a4ee
--- /dev/null
+++ b/client/changes/feature_add-pool-of-http-https-connections
@@ -0,0 +1,2 @@
+ o Add a pool of HTTP/HTTPS connections that is able to verify the server
+ certificate against a given CA certificate.