summary refs log tree commit diff
path: root/synapse/http/server.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-21Split out the JsonResource request logging and error handling into a ↵Mark Haines1-94/+113
separate wrapper function
2015-04-17The new parameter to urlopen is "context" not "ctx"Mark Haines1-1/+1
2015-04-17