MatrixSynapse/synapse/http
Richard van der Hoff 318711e139 Set Server header in SynapseRequest
(instead of everywhere that writes a response. Or rather, the subset of places
which write responses where we haven't forgotten it).

This also means that we don't have to have the mysterious version_string
attribute in anything with a request handler.

Unfortunately it does mean that we have to pass the version string wherever we
instantiate a SynapseSite, which has been c&ped 150 times, but that is code
that ought to be cleaned up anyway really.
2018-05-10 18:50:27 +01:00
..
__init__.py add missing param to cancelled_to_request_timed_out_error 2018-05-02 22:42:36 +01:00
additional_resource.py Set Server header in SynapseRequest 2018-05-10 18:50:27 +01:00
client.py replace stringIO imports 2018-04-28 13:46:23 +02:00
endpoint.py Merge pull request #3182 from Half-Shot/hs/fix-twisted-shutdown 2018-05-03 12:40:11 +01:00
matrixfederationclient.py Merge pull request #3108 from NotAFile/py3-six-urlparse 2018-04-30 00:33:05 +01:00
request_metrics.py Move outgoing_responses_counter handling to RequestMetrics 2018-05-10 12:19:52 +01:00
server.py Set Server header in SynapseRequest 2018-05-10 18:50:27 +01:00
servlet.py delete_local_events for purge_history 2018-02-09 13:07:41 +00:00
site.py Set Server header in SynapseRequest 2018-05-10 18:50:27 +01:00