summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-05-27 17:19:13 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-06-02 19:28:02 -0300
commitbf18c2bc6e3f533187281a3b31febd37ef22f8c0 (patch)
tree37041b527b6be4acddcad4843ffc654546c2c414 /changes
parentc071c69e1b5a0d897674a1f7adc6ff32f19400ff (diff)
[feat] Make it optional to have a dedicated pool
As @meskio pointed out, some cases could need a dedicated pool with different parameters. This is a suggested implementation where the pool is reused by default, creating a dedicated one just if needed/asked. This way we ensure that resources are under control and special cases are still handled.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-browserlikepolicy-https1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-browserlikepolicy-https b/changes/bug-browserlikepolicy-https
new file mode 100644
index 0000000..bceb129
--- /dev/null
+++ b/changes/bug-browserlikepolicy-https
@@ -0,0 +1 @@
+- Makes https client use Twisted SSL validation and adds a reuse by default behavior on connection pool