diff options
author | David Baker <dave@matrix.org> | 2016-03-08 10:04:38 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-03-08 10:04:38 +0000 |
commit | 7bcee4733a05b239161d73461abd4d0e32caf4ac (patch) | |
tree | ce693ce8e3de8ee7162b2046bbff1717d7bc2e1a /synapse | |
parent | Merge pull request #626 from matrix-org/erikj/visibility (diff) | |
download | synapse-7bcee4733a05b239161d73461abd4d0e32caf4ac.tar.xz |
Encode unicode objects given to post_urlencode* otherwise urllib.urlencode chokes.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/http/client.py | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py |