summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-11-20 15:24:38 +0000
committerDavid Baker <dbkr@matrix.org>2014-11-20 15:24:38 +0000
commit20326054dad383ce805a58e3d927e4b11283c9dd (patch)
tree3b1651b70335de7d5c398718c59338603ad6cefd /synapse
parentRefactor the HTTP clients a little. (diff)
downloadsynapse-20326054dad383ce805a58e3d927e4b11283c9dd.tar.xz
Oops, I removed this param.
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/register.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py

index a39230bc76..46d1949373 100644 --- a/synapse/handlers/register.py +++ b/synapse/handlers/register.py
@@ -217,8 +217,6 @@ class RegistrationHandler(BaseHandler): data = yield client.post_urlencoded_get_raw( "www.google.com:80", "/recaptcha/api/verify", - # twisted dislikes google's response, no content length. - accept_partial=True, args={ 'privatekey': private_key, 'remoteip': ip_addr,