diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2022-02-04 15:16:23 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-02-04 15:42:06 +0100 |
| commit | e2ec6b4211322d5780c13f2f860b0b7bc912cd3e (patch) | |
| tree | 2ad9e77d2abc6a50e6fecafe7d7b770b07911007 /dockerfiles/docker-entrypoint.sh | |
| parent | ae804ddf4016b140cc4ca879388594370334ffca (diff) | |
[fix] invidious engine: store random base_url in param
Two different threads ( = two different user queries) can call the request
function in a row and then the response function. The namespace will be same
since this is the same engine.
To keep exactly the same value ``base_url`` must be stored in params and then
retrieve using ``resp.search_params["base_url"]``.
Suggested-by: @dalf https://github.com/searxng/searxng/pull/862#discussion_r799324861
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'dockerfiles/docker-entrypoint.sh')
0 files changed, 0 insertions, 0 deletions