]> git.openstreetmap.org Git - nominatim.git/commit
translate query timeouts into proper HTTP responses
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 24 Aug 2023 13:55:05 +0000 (15:55 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 25 Aug 2023 06:50:03 +0000 (08:50 +0200)
commit5a2ebfcd4afcf43b82baaadf443922f7711bed5b
tree16293431a9b6e614aac14998eef80278e6c8e200
parent06a974df365d19b92c49e64d9c97b5c9c7867919
translate query timeouts into proper HTTP responses

Need to use a 503 here because a 408 (Request timeout) will motivate
browsers to immediately resent the request.
nominatim/server/falcon/server.py
nominatim/server/starlette/server.py