mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
make sure we close the parser even if it failed to parse a search request
This commit is contained in:
parent
4558816bcf
commit
98dbb46b3c
@ -463,7 +463,6 @@ public class SearchService extends AbstractLifecycleComponent<SearchService> {
|
||||
break;
|
||||
}
|
||||
}
|
||||
parser.close();
|
||||
} catch (Exception e) {
|
||||
String sSource = "_na_";
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user