synapse-product/synapse
Eric Eastwood 5093cbf88d
Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801)
Fix https://github.com/matrix-org/synapse/issues/13685

New config:

```diff
  listeners:
    - port: 8008
      tls: false
      type: http
      x_forwarded: true
+     request_id_header: "cf-ray"
      bind_addresses: ['::1', '127.0.0.1', '0.0.0.0']
```
2022-09-15 15:32:25 -05:00
..
_scripts
api
app
appservice
config Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801) 2022-09-15 15:32:25 -05:00
crypto
events
federation
handlers Record any exception when processing a pulled event (#13814) 2022-09-15 14:40:49 -05:00
http Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801) 2022-09-15 15:32:25 -05:00
logging
metrics
module_api
push Update event push action and receipt tables to support threads. (#13753) 2022-09-14 17:11:16 +00:00
replication
res
rest A third batch of Pydantic validation for rest/client/account.py (#13736) 2022-09-15 18:36:02 +01:00
server_notices
spam_checker_api
state
static
storage Support providing an index predicate for upserts. (#13822) 2022-09-15 18:28:48 +00:00
streams
util
__init__.py
event_auth.py
notifier.py
py.typed
server.py
types.py
visibility.py