-
- Downloads
Ensure that we do not cache empty sync responses after a timeout (#10158)
Fixes #8518 by telling the ResponseCache not to cache the /sync response if the next_batch param is the same as the since token.
Showing
- changelog.d/10157.bugfix 1 addition, 0 deletionschangelog.d/10157.bugfix
- changelog.d/10157.misc 0 additions, 1 deletionchangelog.d/10157.misc
- changelog.d/10158.bugfix 1 addition, 0 deletionschangelog.d/10158.bugfix
- synapse/handlers/sync.py 26 additions, 10 deletionssynapse/handlers/sync.py
- synapse/python_dependencies.py 2 additions, 4 deletionssynapse/python_dependencies.py
- synapse/types.py 1 addition, 1 deletionsynapse/types.py
- tests/rest/client/v2_alpha/test_sync.py 50 additions, 0 deletionstests/rest/client/v2_alpha/test_sync.py
- tests/server.py 3 additions, 5 deletionstests/server.py
Loading
Please register or sign in to comment