diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-28 15:41:50 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-28 15:43:21 +0100 |
commit | 086df807905178c0a9de8de61e50c31354c46bc3 (patch) | |
tree | 6d14f05ee919d464bd9c89820281853506a9fd34 | |
parent | Use connection pool for federation connections (diff) | |
download | synapse-086df807905178c0a9de8de61e50c31354c46bc3.tar.xz |
Add connection pooling to SimpleHttpClient
-rw-r--r-- | synapse/http/client.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py |