]> git.openstreetmap.org Git - nominatim.git/commit
catch special async timeout error in servers
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 27 Jan 2024 18:53:13 +0000 (19:53 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 27 Jan 2024 19:57:23 +0000 (20:57 +0100)
commitb3a2b3d48448ee927768caaa16336d166428b3ba
treec4ed25fdc725a0d221f6c887e6d3d1e7626fae39
parent7321e66d0884cc20c03c04e08a0c9d50001620ad
catch special async timeout error in servers

In Python <= 3.10 this is not yet the same as TimeoutError.

Fixes #3303.
nominatim/server/falcon/server.py
nominatim/server/starlette/server.py