mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 15:29:04 +00:00
(breaking) Upgrade path filter bar
This commit is contained in:
@@ -243,6 +243,7 @@ int search(UNUSED(void *p), onion_request *req, onion_response *res) {
|
||||
if (r->status_code == 200) {
|
||||
onion_response_write(res, r->body, r->size);
|
||||
} else {
|
||||
sist_log("serve.c", SIST_WARNING, "ElasticSearch error during query");
|
||||
onion_response_set_code(res, HTTP_INTERNAL_ERROR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user